mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
change order of tests
This commit is contained in:
parent
e90623aed7
commit
8ad8acc57b
1 changed files with 5 additions and 5 deletions
10
_oasis
10
_oasis
|
|
@ -198,11 +198,6 @@ Executable run_test_future
|
||||||
MainIs: run_test_future.ml
|
MainIs: run_test_future.ml
|
||||||
BuildDepends: containers, threads, sequence, oUnit, containers.thread
|
BuildDepends: containers, threads, sequence, oUnit, containers.thread
|
||||||
|
|
||||||
Test future
|
|
||||||
Command: echo "run test future" ; ./run_test_future.native
|
|
||||||
TestTools: run_test_future
|
|
||||||
Run$: flag(tests) && flag(thread)
|
|
||||||
|
|
||||||
PreBuildCommand: make qtest-gen ; make qtest-lwt-gen
|
PreBuildCommand: make qtest-gen ; make qtest-lwt-gen
|
||||||
|
|
||||||
Executable run_qtest
|
Executable run_qtest
|
||||||
|
|
@ -240,6 +235,11 @@ Test all
|
||||||
TestTools: run_tests, run_qtest
|
TestTools: run_tests, run_qtest
|
||||||
Run$: flag(tests) && flag(misc) && flag(unix) && flag(advanced) && flag(bigarray)
|
Run$: flag(tests) && flag(misc) && flag(unix) && flag(advanced) && flag(bigarray)
|
||||||
|
|
||||||
|
Test future
|
||||||
|
Command: echo "run test future" ; ./run_test_future.native
|
||||||
|
TestTools: run_test_future
|
||||||
|
Run$: flag(tests) && flag(thread)
|
||||||
|
|
||||||
Test lwt
|
Test lwt
|
||||||
Command: echo "test lwt"; ./run_qtest_lwt.native
|
Command: echo "test lwt"; ./run_qtest_lwt.native
|
||||||
Run$: flag(tests) && flag(lwt)
|
Run$: flag(tests) && flag(lwt)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue