From e94eeaa19627a9a0f235baf110780c9fb564ca2b Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 31 Jul 2026 14:02:03 +0200 Subject: chore: scaffold dune project (kernel lib + cli + tests) OCaml 5.2.0 local switch; colitur_kernel library, a colitur executable stub, and an alcotest+qcheck test runner. AGPL LICENSE, README, generated colitur.opam. --- test/test_colitur.ml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/test_colitur.ml (limited to 'test/test_colitur.ml') diff --git a/test/test_colitur.ml b/test/test_colitur.ml new file mode 100644 index 0000000..7fc5239 --- /dev/null +++ b/test/test_colitur.ml @@ -0,0 +1,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 () -> ()) ]) ] -- cgit v1.3