File tree Expand file tree Collapse file tree 20 files changed +62
-53
lines changed Expand file tree Collapse file tree 20 files changed +62
-53
lines changed Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
1111
1212(test
1616 (flags (:standard -w -27))
1717 (libraries qcheck-lin.domain)
1818 (preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
19- ; (action (run %{test} --verbose ))
19+ ; (action (run runner %{dep:lin_tests.exe} ))
2020 (action (echo "Skipping src/array/%{test} from the test suite\n\n"))
2121)
2222
2525 (modules lin_tests_dsl)
2626 (package multicoretests)
2727 (libraries qcheck-lin.domain)
28- (action (run %{test} --verbose ))
28+ (action (run runner %{dep:lin_tests_dsl.exe} ))
2929)
Original file line number Diff line number Diff line change 88 (package multicoretests)
99 (libraries qcheck-stm.sequential qcheck-stm.domain)
1010 (preprocess (pps ppx_deriving.show))
11- (action (run %{test} --verbose ))
11+ (action (run runner %{dep:stm_tests.exe} ))
1212)
1313
1414;; Linearization tests of Atomic, utilizing ppx_deriving_qcheck
2020 (flags (:standard -w -27))
2121 (libraries qcheck-lin.domain)
2222 (preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
23- ; (action (run %{test} --verbose ))
23+ ; (action (run runner %{dep:lin_tests.exe} ))
2424 (action (echo "Skipping src/atomic/%{test} from the test suite\n\n"))
2525)
2626
2929 (modules lin_tests_dsl)
3030 (package multicoretests)
3131 (libraries qcheck-lin.domain)
32- (action (run %{test} --verbose ))
32+ (action (run runner %{dep:lin_tests_dsl.exe} ))
3333)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- ; (action (run %{test} --verbose ))
9+ ; (action (run runner %{dep:stm_tests.exe} ))
1010 (action (echo "Skipping src/bigarray/%{test} from the test suite\n\n"))
1111)
1212
1515 (modules lin_tests_dsl)
1616 (package multicoretests)
1717 (libraries qcheck-lin.domain)
18- (action (run %{test} --verbose ))
18+ (action (run runner %{dep:lin_tests_dsl.exe} ))
1919)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
1111
1212(test
1313 (name lin_tests_dsl)
1414 (modules lin_tests_dsl)
1515 (package multicoretests)
1616 (libraries qcheck-lin.domain qcheck-lin.thread)
17- (action (run %{test} --verbose ))
17+ (action (run runner %{dep:lin_tests_dsl.exe} ))
1818)
Original file line number Diff line number Diff line change 88 (package multicoretests)
99 (libraries util qcheck-core qcheck-core.runner)
1010 (preprocess (pps ppx_deriving.show))
11- (action (run %{test} --verbose ))
11+ (action (run runner %{dep:domain_joingraph.exe} ))
1212)
1313
1414(test
1717 (package multicoretests)
1818 (libraries util qcheck-core qcheck-core.runner)
1919 (preprocess (pps ppx_deriving.show))
20- (action (run %{test} --verbose ))
20+ (action (run runner %{dep:domain_spawntree.exe} ))
2121)
Original file line number Diff line number Diff line change 1515 (modules lin_tests_dsl)
1616 (package multicoretests)
1717 (libraries qcheck-lin.domain dynlink libA libB)
18- (action (run %{test} --verbose ))
18+ (action (run runner %{dep:lin_tests_dsl.exe} ))
1919)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
1111
1212(test
1313 (name lin_tests_dsl)
1414 (modules lin_tests_dsl)
1515 (package multicoretests)
1616 (libraries qcheck-lin.domain qcheck-lin.thread)
17- (action (run %{test} --verbose ))
17+ (action (run runner %{dep:lin_tests_dsl.exe} ))
1818)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
1111
1212(test
1313 (name lin_tests_dsl)
1414 (modules lin_tests_dsl)
1515 (package multicoretests)
1616 (libraries qcheck-lin.domain)
17- (action (run %{test} --verbose ))
17+ (action (run runner %{dep:lin_tests_dsl.exe} ))
1818)
Original file line number Diff line number Diff line change 66 (package multicoretests)
77 (libraries qcheck-stm.sequential qcheck-stm.domain)
88 (preprocess (pps ppx_deriving.show))
9- (action (run %{test} --verbose ))
9+ (action (run runner %{dep:stm_tests.exe} ))
1010)
1111
1212(test
1616 (flags (:standard -w -27))
1717 (libraries qcheck-lin.domain)
1818 (preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
19- ; (action (run %{test} --verbose ))
19+ ; (action (run runner %{dep:lin_tests.exe} ))
2020 (action (echo "Skipping src/hashtbl/%{test} from the test suite\n\n"))
2121)
2222
2525 (modules lin_tests_dsl)
2626 (package multicoretests)
2727 (libraries qcheck-lin.domain)
28- (action (run %{test} --verbose ))
28+ (action (run runner %{dep:lin_tests_dsl.exe} ))
2929)
You can’t perform that action at this time.
0 commit comments