Skip to content

Commit db79ade

Browse files
author
Simon Cruanes
committed
forgot the test dep
1 parent 6a54a19 commit db79ade

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
(and
5555
(>= 0.5)
5656
(< 0.7)))
57+
(dscheck :with-test)
5758
(ambient-context (and (>= 0.2) :with-test))
5859
(mdx
5960
(and

moonpool.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ depends: [
2020
"hmap" {with-test}
2121
"picos" {>= "0.5" & < "0.7"}
2222
"picos_std" {>= "0.5" & < "0.7"}
23+
"dscheck" {with-test}
2324
"ambient-context" {>= "0.2" & with-test}
2425
"mdx" {>= "1.9.0" & with-test}
2526
]

0 commit comments

Comments
 (0)