diff --git a/opam b/opam index f3bb2b5..36beb29 100644 --- a/opam +++ b/opam @@ -28,6 +28,8 @@ depends: [ "ocamlfind" "base-bytes" "ocamlbuild" {build} + "qcheck" {test} + "qtest" {test} ] tags: [ "sequence" "iterator" "iter" "fold" ] homepage: "https://github.com/c-cube/sequence/"