opam: require qtest 2.9

This commit is contained in:
Simon Cruanes 2019-11-26 19:41:31 -06:00
parent 057d6401ab
commit 1abfcde597

View file

@ -14,7 +14,7 @@ depends: [
"base-threads" "base-threads"
"ocaml" { >= "4.03.0" } "ocaml" { >= "4.03.0" }
"odoc" {with-doc} "odoc" {with-doc}
"qtest" {with-test} "qtest" { >= "2.9" & with-test}
"qcheck" {with-test} "qcheck" {with-test}
] ]
tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ] tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]