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