mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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: [
|
||||
"jbuilder" {build & >= "1.0+beta12"}
|
||||
"result"
|
||||
]
|
||||
depopts: [
|
||||
"base-unix"
|
||||
"base-threads"
|
||||
"qtest" { test }
|
||||
"qcheck" { test }
|
||||
"oUnit" { test }
|
||||
|
|
@ -22,6 +18,10 @@ depopts: [
|
|||
"gen" { test }
|
||||
"odoc" { doc }
|
||||
]
|
||||
depopts: [
|
||||
"base-unix"
|
||||
"base-threads"
|
||||
]
|
||||
conflicts: [
|
||||
"sequence" { < "0.5" }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue