Skip to content

Commit 172f342

Browse files
authored
Merge pull request #52 from jmid/reenable-task-parallel
Reenable domainslib/task_parallel test
2 parents b8e9a8a + e8f9112 commit 172f342

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

multicoretests.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pin-depends: [
2929
["qcheck.0.18.1" "git+https://github.com/c-cube/qcheck.git#master"]
3030
["ppx_deriving_qcheck.0.2.0" "git+https://github.com/c-cube/qcheck.git#master"]
3131

32+
["domainslib.0.4.2" "git+https://github.com/ocaml-multicore/domainslib#master"]
3233
["kcas.0.14" "git+https://github.com/ocaml-multicore/kcas#master"]
3334
["lockfree.v0.2.0" "git+https://github.com/ocaml-multicore/lockfree#main"]
3435
]

src/domainslib/dune

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
(modules task_parallel)
4141
(libraries util qcheck domainslib))
4242

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

0 commit comments

Comments
 (0)