From 1cb1e883f24cdbbe26e1386dcf4778c3367d18a4 Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Thu, 11 Dec 2025 16:14:01 +0000 Subject: bare-bones tests --- test/test_main.ml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/test_main.ml') 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; + ] -- cgit v1.2.3