summaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-31 14:06:33 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-31 14:06:33 +0200
commit9c0a755767da935dce6bfdaed2f7e11cfd30421a (patch)
treeb17f429cdb8aeb4f3dfe628c162511de14d62faf /test/test_colitur.ml
parentcdb7ffe804ca19aee935af090f76c9eb83cbce14 (diff)
downloadcolitur-9c0a755767da935dce6bfdaed2f7e11cfd30421a.tar.gz
colitur-9c0a755767da935dce6bfdaed2f7e11cfd30421a.zip
kernel(computus): Gregorian + Julian Easter
Anonymous Gregorian (Meeus/Jones/Butcher) for OF+EF; Meeus Julian mapped to the proleptic-Gregorian date for future eastern rites. Verified vs known dates (2000/2024-27, 1583; Orthodox 2023/24) and EXHAUSTIVELY over 1583..9999: every Easter is a Sunday in [Mar22,Apr25].
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 734257c..19671ce 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 ]
+let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite ]