mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
9 lines
193 B
OCaml
9 lines
193 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();
|
|
];;
|