File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ pin-depends: [
29
29
["qcheck.0.18.1" "git+https://github.com/c-cube/qcheck.git#master"]
30
30
["ppx_deriving_qcheck.0.2.0" "git+https://github.com/c-cube/qcheck.git#master"]
31
31
32
+ ["domainslib.0.4.2" "git+https://github.com/ocaml-multicore/domainslib#master"]
32
33
["kcas.0.14" "git+https://github.com/ocaml-multicore/kcas#master"]
33
34
["lockfree.v0.2.0" "git+https://github.com/ocaml-multicore/lockfree#main"]
34
35
]
Original file line number Diff line number Diff line change 40
40
(modules task_parallel)
41
41
(libraries util qcheck domainslib))
42
42
43
- ; (rule
44
- ; (alias runtest)
45
- ; (package multicoretests)
46
- ; (deps task_parallel.exe)
47
- ; (action (run ./%{deps} --no-colors --verbose)))
43
+ (rule
44
+ (alias runtest)
45
+ (package multicoretests)
46
+ (deps task_parallel.exe)
47
+ (action (run ./%{deps} --no-colors --verbose)))
You can’t perform that action at this time.
0 commit comments