mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
test dep only on linux
This commit is contained in:
parent
e4bd279403
commit
6edd7b4372
2 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ depends: [
|
|||
"ocaml" { >= "4.04.0" }
|
||||
"odoc" {with-doc}
|
||||
"qtest" { >= "2.9" & with-test}
|
||||
"conf-libcurl" {with-test}
|
||||
"conf-libcurl" {with-test & os="linux"}
|
||||
"qcheck" {with-test & >= "0.9" }
|
||||
"ounit2" {with-test}
|
||||
"ptime" {with-test}
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ depends: [
|
|||
"dune" { >= "2.0" }
|
||||
"camlzip" {>= "1.06"}
|
||||
"tiny_httpd" { = version }
|
||||
"conf-libcurl" {with-test & os="linux"}
|
||||
"ocaml" { >= "4.04.0" }
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue