diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/dune | 5 | ||||
| -rw-r--r-- | test/test_nixtamal.ml | 10 |
2 files changed, 1 insertions, 14 deletions
@@ -1,6 +1,3 @@ (test (name test_main) - (libraries nixtamal alcotest ppx_deriving_qcheck qcheck)) - -(test - (name test_nixtamal)) + (libraries nixtamal alcotest qcheck qcheck-alcotest)) diff --git a/test/test_nixtamal.ml b/test/test_nixtamal.ml deleted file mode 100644 index 21ed86d..0000000 --- a/test/test_nixtamal.ml +++ /dev/null @@ -1,10 +0,0 @@ -(*─────────────────────────────────────────────────────────────────────────────┐ -│ SPDX-FileCopyrightText: 2025 toastal <https://toast.al/contact/> │ -│ SPDX-License-Identifier: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception │ -└─────────────────────────────────────────────────────────────────────────────*) -let () = - (* - let open Alcotest in - run "Nixtamal Suite" [] - *) - () |
