mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
test deps are required when we run tests
This commit is contained in:
parent
fe16608524
commit
5ebebf4fd7
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,6 @@ build-test: [ "jbuilder" "runtest" "-p" name "-j" jobs]
|
||||||
depends: [
|
depends: [
|
||||||
"jbuilder" {build & >= "1.0+beta12"}
|
"jbuilder" {build & >= "1.0+beta12"}
|
||||||
"result"
|
"result"
|
||||||
]
|
|
||||||
depopts: [
|
|
||||||
"base-unix"
|
|
||||||
"base-threads"
|
|
||||||
"qtest" { test }
|
"qtest" { test }
|
||||||
"qcheck" { test }
|
"qcheck" { test }
|
||||||
"oUnit" { test }
|
"oUnit" { test }
|
||||||
|
|
@ -22,6 +18,10 @@ depopts: [
|
||||||
"gen" { test }
|
"gen" { test }
|
||||||
"odoc" { doc }
|
"odoc" { doc }
|
||||||
]
|
]
|
||||||
|
depopts: [
|
||||||
|
"base-unix"
|
||||||
|
"base-threads"
|
||||||
|
]
|
||||||
conflicts: [
|
conflicts: [
|
||||||
"sequence" { < "0.5" }
|
"sequence" { < "0.5" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue