-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
(* -*- tuareg -*- *) | ||
|
||
let maybe_domain_shims_and_threads = | ||
if Jbuild_plugin.V1.ocaml_version < "5" then "domain_shims threads.posix" | ||
else "" | ||
|
||
let () = | ||
Jbuild_plugin.V1.send | ||
@@ {| | ||
|
||
(test | ||
(name main) | ||
(package kcas_data) | ||
(action | ||
(run %{test} -brief)) | ||
(libraries | ||
kcas_data | ||
multicore-bench | ||
backoff | ||
multicore-magic |} | ||
^ maybe_domain_shims_and_threads ^ {| )) | ||
|} | ||
(progn | ||
(run %{test} -brief "Kcas Loc") | ||
(run %{test} -brief "Kcas Xt") | ||
(run %{test} -brief "Kcas Xt read-only") | ||
(run %{test} -brief "Kcas parallel CMP") | ||
(run %{test} -brief "Kcas_data Accumulator") | ||
(run %{test} -brief "Kcas_data Dllist") | ||
(run %{test} -brief "Kcas_data Hashtbl") | ||
(run %{test} -brief "Kcas_data Mvar") | ||
(run %{test} -brief "Kcas_data Queue") | ||
(run %{test} -brief "Kcas_data Stack"))) | ||
(libraries kcas_data multicore-bench backoff multicore-magic)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ | |
:with-test)) | ||
(multicore-bench | ||
(and | ||
(>= 0.1.5) | ||
(>= 0.1.7) | ||
:with-test)) | ||
(alcotest | ||
(and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters