add test dependencies

This commit is contained in:
Simon Cruanes 2017-12-21 15:01:43 +01:00
parent d3d5881a28
commit 011e8ecb76

2
opam
View file

@ -28,6 +28,8 @@ depends: [
"ocamlfind" "ocamlfind"
"base-bytes" "base-bytes"
"ocamlbuild" {build} "ocamlbuild" {build}
"qcheck" {test}
"qtest" {test}
] ]
tags: [ "sequence" "iterator" "iter" "fold" ] tags: [ "sequence" "iterator" "iter" "fold" ]
homepage: "https://github.com/c-cube/sequence/" homepage: "https://github.com/c-cube/sequence/"