logs is a test dep

This commit is contained in:
Simon Cruanes 2024-01-23 22:18:52 -05:00
parent bb70c46978
commit fbd1fd86c7
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@
result
(ocaml (>= 4.08))
(odoc :with-doc)
(logs :with-test)
(conf-libcurl :with-test)
(ptime :with-test)
(qcheck-core (and (>= 0.9) :with-test))))

View file

@ -17,6 +17,7 @@ depends: [
"result"
"ocaml" {>= "4.08"}
"odoc" {with-doc}
"logs" {with-test}
"conf-libcurl" {with-test}
"ptime" {with-test}
"qcheck-core" {>= "0.9" & with-test}