chore: depend on hmap for tests

This commit is contained in:
Simon Cruanes 2024-08-30 12:51:30 -04:00
parent 164440fdd9
commit c03949dbd9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@
(qcheck-core (and :with-test (>= 0.19)))
(thread-local-storage (and (>= 0.2) (< 0.3)))
(odoc :with-doc)
(hmap :with-test)
picos
(mdx
(and

View file

@ -17,6 +17,7 @@ depends: [
"qcheck-core" {with-test & >= "0.19"}
"thread-local-storage" {>= "0.2" & < "0.3"}
"odoc" {with-doc}
"hmap" {with-test}
"picos"
"mdx" {>= "1.9.0" & with-test}
]