test dep only on linux

This commit is contained in:
Simon Cruanes 2022-01-03 22:01:26 -05:00
parent e4bd279403
commit 6edd7b4372
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ depends: [
"ocaml" { >= "4.04.0" } "ocaml" { >= "4.04.0" }
"odoc" {with-doc} "odoc" {with-doc}
"qtest" { >= "2.9" & with-test} "qtest" { >= "2.9" & with-test}
"conf-libcurl" {with-test} "conf-libcurl" {with-test & os="linux"}
"qcheck" {with-test & >= "0.9" } "qcheck" {with-test & >= "0.9" }
"ounit2" {with-test} "ounit2" {with-test}
"ptime" {with-test} "ptime" {with-test}

View file

@ -13,6 +13,7 @@ depends: [
"dune" { >= "2.0" } "dune" { >= "2.0" }
"camlzip" {>= "1.06"} "camlzip" {>= "1.06"}
"tiny_httpd" { = version } "tiny_httpd" { = version }
"conf-libcurl" {with-test & os="linux"}
"ocaml" { >= "4.04.0" } "ocaml" { >= "4.04.0" }
"odoc" {with-doc} "odoc" {with-doc}
] ]