ocaml-containers/tests/core/dune
Samuel Hym f58310913a Allow explicit fallback to bytecode for various tests
Relax the requirements for the tests, to fall back on the bytecode
version when the native version is not available. Otherwise the tests
will fail on bytecode-only architectures.
2022-12-22 23:08:14 +01:00

10 lines
337 B
Text

(test
(name t)
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
(modes (best exe))
(package containers)
(preprocess
(action
(run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
(libraries containers containers.bencode containers.cbor containers.unix
threads containers_testlib iter gen uutf csexp))