File: main.ml

package info (click to toggle)
lwt 5.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: ml: 22,030; ansic: 7,167; makefile: 92; python: 62
file content (20 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
  ])