mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
chore: depend on hmap for tests
This commit is contained in:
parent
164440fdd9
commit
c03949dbd9
2 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
(qcheck-core (and :with-test (>= 0.19)))
|
(qcheck-core (and :with-test (>= 0.19)))
|
||||||
(thread-local-storage (and (>= 0.2) (< 0.3)))
|
(thread-local-storage (and (>= 0.2) (< 0.3)))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
|
(hmap :with-test)
|
||||||
picos
|
picos
|
||||||
(mdx
|
(mdx
|
||||||
(and
|
(and
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ depends: [
|
||||||
"qcheck-core" {with-test & >= "0.19"}
|
"qcheck-core" {with-test & >= "0.19"}
|
||||||
"thread-local-storage" {>= "0.2" & < "0.3"}
|
"thread-local-storage" {>= "0.2" & < "0.3"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
"hmap" {with-test}
|
||||||
"picos"
|
"picos"
|
||||||
"mdx" {>= "1.9.0" & with-test}
|
"mdx" {>= "1.9.0" & with-test}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue