Skip to content

Commit

Permalink
Add missing alcotest with-test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 18, 2023
1 parent 978b876 commit a4dc111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
(ocaml (>= 4.12))
(domain_shims (>= 0.1.0))
(saturn_lockfree (= :version))
(alcotest (and (>= 1.7.0) :with-test))
(qcheck (and (>= 0.18.1) :with-test))
(qcheck-stm (and (>= 0.2) :with-test))
(qcheck-alcotest (and (>= 0.18.1) :with-test))
Expand All @@ -24,6 +25,7 @@
(depends
(ocaml (>= 4.12))
(domain_shims (>= 0.1.0))
(alcotest (and (>= 1.7.0) :with-test))
(qcheck (and (>= 0.18.1) :with-test))
(qcheck-stm (and (>= 0.2) :with-test))
(qcheck-alcotest (and (>= 0.18.1) :with-test))
Expand Down
1 change: 1 addition & 0 deletions saturn.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.12"}
"domain_shims" {>= "0.1.0"}
"saturn_lockfree" {= version}
"alcotest" {>= "1.7.0" & with-test}
"qcheck" {>= "0.18.1" & with-test}
"qcheck-stm" {>= "0.2" & with-test}
"qcheck-alcotest" {>= "0.18.1" & with-test}
Expand Down
1 change: 1 addition & 0 deletions saturn_lockfree.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.12"}
"domain_shims" {>= "0.1.0"}
"alcotest" {>= "1.7.0" & with-test}
"qcheck" {>= "0.18.1" & with-test}
"qcheck-stm" {>= "0.2" & with-test}
"qcheck-alcotest" {>= "0.18.1" & with-test}
Expand Down

0 comments on commit a4dc111

Please sign in to comment.