change order of tests

This commit is contained in:
Simon Cruanes 2015-08-24 16:04:59 +02:00
parent e90623aed7
commit 8ad8acc57b

10
_oasis
View file

@ -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)