mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
logs is a test dep
This commit is contained in:
parent
bb70c46978
commit
fbd1fd86c7
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
result
|
result
|
||||||
(ocaml (>= 4.08))
|
(ocaml (>= 4.08))
|
||||||
(odoc :with-doc)
|
(odoc :with-doc)
|
||||||
|
(logs :with-test)
|
||||||
(conf-libcurl :with-test)
|
(conf-libcurl :with-test)
|
||||||
(ptime :with-test)
|
(ptime :with-test)
|
||||||
(qcheck-core (and (>= 0.9) :with-test))))
|
(qcheck-core (and (>= 0.9) :with-test))))
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ depends: [
|
||||||
"result"
|
"result"
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
"odoc" {with-doc}
|
"odoc" {with-doc}
|
||||||
|
"logs" {with-test}
|
||||||
"conf-libcurl" {with-test}
|
"conf-libcurl" {with-test}
|
||||||
"ptime" {with-test}
|
"ptime" {with-test}
|
||||||
"qcheck-core" {>= "0.9" & with-test}
|
"qcheck-core" {>= "0.9" & with-test}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue