summaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-21 22:18:39 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-21 22:18:39 +0200
commit2ac3e3e8fcc66e20bf1687ae15f033d20b02216d (patch)
treeeb767363902495f1b5af523b1a5312f6e9501d06 /test/test_colitur.ml
parent4f87cbde4ee79ac96aa7ebfed105b3a5ec02be43 (diff)
downloadcolitur-2ac3e3e8fcc66e20bf1687ae15f033d20b02216d.tar.gz
colitur-2ac3e3e8fcc66e20bf1687ae15f033d20b02216d.zip
feat(kernel): a type for which Mass a day says
The lectionary's four-step chain already decides whether a day says its own proper, its own slug's entry, the preceding Sunday's Mass or a Common, and then discards that decision once the citations are out. An ordo needs to print it.
Diffstat (limited to 'test/test_colitur.ml')
-rw-r--r--test/test_colitur.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_colitur.ml b/test/test_colitur.ml
index c873945..2d7f5e1 100644
--- a/test/test_colitur.ml
+++ b/test/test_colitur.ml
@@ -1,7 +1,8 @@
(* 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_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite; Test_mass_formulary.suite;
+ Test_names.suite;
Test_lang.suite;
Test_lang_coverage.suite;
Test_citation_coverage.suite;