mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
9 lines
212 B
OCaml
9 lines
212 B
OCaml
Containers_testlib.run_all ~descr:"containers-thread"
|
|
[
|
|
T_bq.Test.get ();
|
|
T_lock.Test.get ();
|
|
T_pool.Test.get ();
|
|
T_semaphore.Test.get ();
|
|
T_thread.Test.get ();
|
|
T_timer.Test.get ();
|
|
]
|