This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
20
unikernel/duniverse/lwt/test/core/main.ml
Normal file
20
unikernel/duniverse/lwt/test/core/main.ml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
(* 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. *)
|
||||
|
||||
|
||||
|
||||
Test.run "core"
|
||||
(Test_lwt.suites @ [
|
||||
Test_lwt_stream.suite;
|
||||
Test_lwt_list.suite_primary;
|
||||
Test_lwt_list.suite_intensive;
|
||||
Test_lwt_switch.suite;
|
||||
Test_lwt_mutex.suite;
|
||||
Test_lwt_result.suite;
|
||||
Test_lwt_mvar.suite;
|
||||
Test_lwt_condition.suite;
|
||||
Test_lwt_pool.suite;
|
||||
Test_lwt_sequence.suite;
|
||||
Test_lwt_seq.suite_base;
|
||||
Test_lwt_seq.suite_fuzzing;
|
||||
])
|
||||
Loading…
Add table
Add a link
Reference in a new issue