mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-10 13:13:56 -05:00
8 lines
173 B
OCaml
8 lines
173 B
OCaml
|
|
Containers_testlib.run_all ~descr:"containers-data" [
|
|
T_bv.Test.get();
|
|
T_bijection.Test.get();
|
|
T_bitfield.Test.get();
|
|
T_cache.Test.get();
|
|
T_deque.Test.get();
|
|
];;
|