mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
9 lines
117 B
OCaml
9 lines
117 B
OCaml
|
|
open OUnit
|
|
|
|
let suite =
|
|
"run_tests" >:::
|
|
[ Test_sequence.suite; ]
|
|
|
|
let _ =
|
|
OUnit.run_test_tt_main suite
|