(* 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 () -> ()) ]) ]