ocaml-containers/tests/thread/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

6 lines
208 B
Text

(test
(name t)
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
(modes (best exe))
(package containers-thread)
(libraries containers containers-thread containers_testlib iter threads))