aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
blob: 7fc523997fb0115883f683aeb77244e4b6f21650 (plain) (blame)
1
2
3
4
5
(* Aggregating test runner. Per-module suites (Test_date, Test_computus) are added
   in Tasks 1-2; for now the scaffold proves the harness builds and runs. *)
let () =
  Alcotest.run "colitur"
    [ ("scaffold", [ Alcotest.test_case "harness builds" `Quick (fun () -> ()) ]) ]