blob: 3341c3675984cf171d4e08ed33f202b45579a4a3 (
plain) (
blame)
1
2
3
4
|
(* Aggregating test runner. Per-module suites live in test_<module>.ml. *)
let () =
Alcotest.run "colitur"
[ Test_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite ]
|