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 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
11
11
12
12
(test
16
16
(flags (:standard -w -27))
17
17
(libraries qcheck-lin.domain)
18
18
(preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
19
- ; (action (run %{test} --verbose ))
19
+ ; (action (run runner %{dep:lin_tests.exe} ))
20
20
(action (echo "Skipping src/array/%{test} from the test suite\n\n"))
21
21
)
22
22
25
25
(modules lin_tests_dsl)
26
26
(package multicoretests)
27
27
(libraries qcheck-lin.domain)
28
- (action (run %{test} --verbose ))
28
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
29
29
)
Original file line number Diff line number Diff line change 8
8
(package multicoretests)
9
9
(libraries qcheck-stm.sequential qcheck-stm.domain)
10
10
(preprocess (pps ppx_deriving.show))
11
- (action (run %{test} --verbose ))
11
+ (action (run runner %{dep:stm_tests.exe} ))
12
12
)
13
13
14
14
;; Linearization tests of Atomic, utilizing ppx_deriving_qcheck
20
20
(flags (:standard -w -27))
21
21
(libraries qcheck-lin.domain)
22
22
(preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
23
- ; (action (run %{test} --verbose ))
23
+ ; (action (run runner %{dep:lin_tests.exe} ))
24
24
(action (echo "Skipping src/atomic/%{test} from the test suite\n\n"))
25
25
)
26
26
29
29
(modules lin_tests_dsl)
30
30
(package multicoretests)
31
31
(libraries qcheck-lin.domain)
32
- (action (run %{test} --verbose ))
32
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
33
33
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- ; (action (run %{test} --verbose ))
9
+ ; (action (run runner %{dep:stm_tests.exe} ))
10
10
(action (echo "Skipping src/bigarray/%{test} from the test suite\n\n"))
11
11
)
12
12
15
15
(modules lin_tests_dsl)
16
16
(package multicoretests)
17
17
(libraries qcheck-lin.domain)
18
- (action (run %{test} --verbose ))
18
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
19
19
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
11
11
12
12
(test
13
13
(name lin_tests_dsl)
14
14
(modules lin_tests_dsl)
15
15
(package multicoretests)
16
16
(libraries qcheck-lin.domain qcheck-lin.thread)
17
- (action (run %{test} --verbose ))
17
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
18
18
)
Original file line number Diff line number Diff line change 8
8
(package multicoretests)
9
9
(libraries util qcheck-core qcheck-core.runner)
10
10
(preprocess (pps ppx_deriving.show))
11
- (action (run %{test} --verbose ))
11
+ (action (run runner %{dep:domain_joingraph.exe} ))
12
12
)
13
13
14
14
(test
17
17
(package multicoretests)
18
18
(libraries util qcheck-core qcheck-core.runner)
19
19
(preprocess (pps ppx_deriving.show))
20
- (action (run %{test} --verbose ))
20
+ (action (run runner %{dep:domain_spawntree.exe} ))
21
21
)
Original file line number Diff line number Diff line change 15
15
(modules lin_tests_dsl)
16
16
(package multicoretests)
17
17
(libraries qcheck-lin.domain dynlink libA libB)
18
- (action (run %{test} --verbose ))
18
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
19
19
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
11
11
12
12
(test
13
13
(name lin_tests_dsl)
14
14
(modules lin_tests_dsl)
15
15
(package multicoretests)
16
16
(libraries qcheck-lin.domain qcheck-lin.thread)
17
- (action (run %{test} --verbose ))
17
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
18
18
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
11
11
12
12
(test
13
13
(name lin_tests_dsl)
14
14
(modules lin_tests_dsl)
15
15
(package multicoretests)
16
16
(libraries qcheck-lin.domain)
17
- (action (run %{test} --verbose ))
17
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
18
18
)
Original file line number Diff line number Diff line change 6
6
(package multicoretests)
7
7
(libraries qcheck-stm.sequential qcheck-stm.domain)
8
8
(preprocess (pps ppx_deriving.show))
9
- (action (run %{test} --verbose ))
9
+ (action (run runner %{dep:stm_tests.exe} ))
10
10
)
11
11
12
12
(test
16
16
(flags (:standard -w -27))
17
17
(libraries qcheck-lin.domain)
18
18
(preprocess (pps ppx_deriving_qcheck ppx_deriving.show ppx_deriving.eq))
19
- ; (action (run %{test} --verbose ))
19
+ ; (action (run runner %{dep:lin_tests.exe} ))
20
20
(action (echo "Skipping src/hashtbl/%{test} from the test suite\n\n"))
21
21
)
22
22
25
25
(modules lin_tests_dsl)
26
26
(package multicoretests)
27
27
(libraries qcheck-lin.domain)
28
- (action (run %{test} --verbose ))
28
+ (action (run runner %{dep:lin_tests_dsl.exe} ))
29
29
)
You can’t perform that action at this time.
0 commit comments