mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
fix _oasis
This commit is contained in:
parent
2f5fa8e7a1
commit
92f86da650
1 changed files with 2 additions and 2 deletions
4
_oasis
4
_oasis
|
|
@ -118,7 +118,7 @@ Executable run_qtest
|
||||||
Install: false
|
Install: false
|
||||||
CompiledObject: best
|
CompiledObject: best
|
||||||
MainIs: run_qtest.ml
|
MainIs: run_qtest.ml
|
||||||
Build$: flag(tests) && flag(bigarray) && flag(unix)
|
Build$: flag(tests) && flag(unix)
|
||||||
BuildDepends: containers, containers.iter,
|
BuildDepends: containers, containers.iter,
|
||||||
containers.sexp, containers.unix,
|
containers.sexp, containers.unix,
|
||||||
containers.data,
|
containers.data,
|
||||||
|
|
@ -127,7 +127,7 @@ Executable run_qtest
|
||||||
Test all
|
Test all
|
||||||
Command: ./run_qtest.native
|
Command: ./run_qtest.native
|
||||||
TestTools: run_qtest
|
TestTools: run_qtest
|
||||||
Run$: flag(tests) && flag(unix) && flag(bigarray)
|
Run$: flag(tests) && flag(unix)
|
||||||
|
|
||||||
Executable mem_measure
|
Executable mem_measure
|
||||||
Path: benchs/
|
Path: benchs/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue