ocaml-containers/tests/core/dune
Samuel Hym e9697a1e6e 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-19 10:40:13 +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))