Skip to content

Commit 7fcba29

Browse files
committed
Add stm dependency and add with-test option to alcotest.
1 parent 08a8478 commit 7fcba29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lockfree-with-bench.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ depends: [
1212
"ocaml" {>= "5.0"}
1313
"dune" {>= "3.0"}
1414
"qcheck" {with-test & >= "0.18.1"}
15+
"qcheck-stm" {with-test & >= "0.1"}
1516
"qcheck-alcotest" {with-test & >= "0.18.1"}
16-
"alcotest" {>= "1.6.0"}
17-
"dscheck" {>= "0.0.1"}
17+
"dscheck" {with-test & >= "0.0.1"}
1818
"yojson" {>= "2.0.2"}
1919
]
2020
build: ["dune" "build" "-p" name "-j" jobs]

lockfree.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"qcheck" {with-test & >= "0.18.1"}
1616
"qcheck-stm" {with-test & >= "0.1"}
1717
"qcheck-alcotest" {with-test & >= "0.18.1"}
18-
"alcotest" {>= "1.6.0"}
18+
"alcotest" {with-test & >= "1.6.0"}
1919
"dscheck" {with-test & >= "0.0.1"}
2020
]
2121
depopts: []

0 commit comments

Comments
 (0)