blob: af642d633bd1e14f44044c2c517e298877f89c41 (
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; Test_names.suite ]
|