aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
blob: 293e439cc20991a42b290d4cbdbf8c52d168b736 (plain) (blame)
1
2
3
4
5
(* 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;
      Test_overlay.suite; Test_temporal_ef.suite ]