summaryrefslogtreecommitdiff
path: root/test/test_main.ml
diff options
context:
space:
mode:
authorยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 16:14:01 +0000
committerยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค2025-12-11 16:14:01 +0000
commit1cb1e883f24cdbbe26e1386dcf4778c3367d18a4 (patch)
tree8d0c3ade394c19cefd90bd6c8696a8a4f992283c /test/test_main.ml
parentf6a774037bef617835bd43fedf7404822220b332 (diff)
downloadnixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar.gz
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar.bz2
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar.lz
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar.xz
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.tar.zst
nixtaml-1cb1e883f24cdbbe26e1386dcf4778c3367d18a4.zip
bare-bones tests
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;
+ ]