diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:19:19 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 19:19:19 +0000 |
| commit | 63623c7a066d2224a552b5e4c7b0232648b2fb83 (patch) | |
| tree | 4dbd2560653514025fdbcce748eaac0965dc7356 | |
| parent | 14e144b263d1143ffd6d126195f637ef368ea569 (diff) | |
| download | nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar.gz nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar.bz2 nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar.lz nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar.xz nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.tar.zst nixtaml-63623c7a066d2224a552b5e4c7b0232648b2fb83.zip | |
remove test_nixtamal
| -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" [] - *) - () |
