aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
blob: c6c5b914d303e217904803ff3d6fba5064ade355 (plain) (blame)
1
2
(* Aggregating test runner. Per-module suites live in test_<module>.ml. *)
let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite; Test_colour.suite ]