mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
16 lines
268 B
OCaml
16 lines
268 B
OCaml
|
|
|
|
Containers_testlib.run_all ~descr:"containers" [
|
|
T_list.get();
|
|
T_array.get();
|
|
T_bool.get();
|
|
T_byte_buffer.get();
|
|
T_canonical_sexp.get();
|
|
T_char.get();
|
|
T_either.get();
|
|
T_eq.get();
|
|
T_float.get();
|
|
T_format.get();
|
|
T_fun.get ();
|
|
T_hash.get();
|
|
];;
|