aboutsummaryrefslogtreecommitdiff
path: root/test/test_colitur.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_colitur.ml')
-rw-r--r--test/test_colitur.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_colitur.ml b/test/test_colitur.ml
index c6c5b91..3341c36 100644
--- a/test/test_colitur.ml
+++ b/test/test_colitur.ml
@@ -1,2 +1,4 @@
(* Aggregating test runner. Per-module suites live in test_<module>.ml. *)
-let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite; Test_colour.suite ]
+let () =
+ Alcotest.run "colitur"
+ [ Test_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite ]