summaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 11:21:50 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 11:21:50 +0200
commite444ae5b03a9113fc6b2fc3fa3e2fd6b71bf8d4b (patch)
treea1a415e0a2330cf865cfea484ad45fa338ed90e6 /test/test_colitur.ml
parentd532c3b2cf941d2fe0c3c84f2c4090f14e869ef0 (diff)
downloadcolitur-e444ae5b03a9113fc6b2fc3fa3e2fd6b71bf8d4b.tar.gz
colitur-e444ae5b03a9113fc6b2fc3fa3e2fd6b71bf8d4b.zip
kernel: Colour and Subject shared vocabulary
The six liturgical colours and the Lord/BVM/saint/temporal distinction are common to both Roman forms, so they are shared closed variants rather than rite-parametric. Subject is so named because class is an OCaml keyword.
Diffstat (limited to 'test/test_colitur.ml')
-rw-r--r--test/test_colitur.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_colitur.ml b/test/test_colitur.ml
index 19671ce..c6c5b91 100644
--- a/test/test_colitur.ml
+++ b/test/test_colitur.ml
@@ -1,2 +1,2 @@
(* Aggregating test runner. Per-module suites live in test_<module>.ml. *)
-let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite ]
+let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite; Test_colour.suite ]