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, 8 insertions, 0 deletions
diff --git a/test/test_main.ml b/test/test_main.ml
new file mode 100644
index 0000000..5500c28
--- /dev/null
+++ b/test/test_main.ml
@@ -0,0 +1,8 @@
+(* SPDX-FileCopyrightText: 2025 toastal <toastal@posteo.net> *)
+(* SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception *)
+let () =
+ (*
+ let open Alcotest in
+ run "Nixtamal Suite" []
+ *)
+ ()