This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
18
unikernel/duniverse/lwt/test/unix/main.ml
Normal file
18
unikernel/duniverse/lwt/test/unix/main.ml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
(* This file is part of Lwt, released under the MIT license. See LICENSE.md for
|
||||
details, or visit https://github.com/ocsigen/lwt/blob/master/LICENSE.md. *)
|
||||
|
||||
open Tester
|
||||
|
||||
let () =
|
||||
Test.concurrent "unix" [
|
||||
Test_lwt_unix.suite;
|
||||
Test_lwt_io.suite;
|
||||
Test_lwt_io_non_block.suite;
|
||||
Test_lwt_process.suite;
|
||||
Test_lwt_engine.suite;
|
||||
Test_mcast.suite;
|
||||
Test_lwt_fmt.suite;
|
||||
Test_lwt_timeout.suite;
|
||||
Test_lwt_bytes.suite;
|
||||
Test_sleep_and_timeout.suite;
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue