aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
blob: 19671ceef5a8be3108428758b09b9c74927763ec (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 ]