mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
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.
10 lines
337 B
Text
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))
|