mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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.
6 lines
200 B
Text
6 lines
200 B
Text
(test
|
|
(name t)
|
|
(flags :standard -strict-sequence -warn-error -a+8 -open CCShims_)
|
|
(modes (best exe))
|
|
(package containers-data)
|
|
(libraries containers containers-data containers_testlib iter gen))
|