summaryrefslogtreecommitdiff
path: root/test/test_main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_main.ml')
-rw-r--r--test/test_main.ml8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/test_main.ml b/test/test_main.ml
index 21ed86d..27e0209 100644
--- a/test/test_main.ml
+++ b/test/test_main.ml
@@ -3,8 +3,6 @@
│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │
└─────────────────────────────────────────────────────────────────────────────*)
let () =
- (*
- let open Alcotest in
- run "Nixtamal Suite" []
- *)
- ()
+ Alcotest.run "Nixtamal" [
+ "Input", Test_input.suite;
+ ]