aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
blob: ae58607e079b2c1237344a4f1bdc9a533fcdb82e (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; Test_validate.suite ]