From 011e8ecb767df6fa9efa7d49ad1aa2a8f526c686 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 21 Dec 2017 15:01:43 +0100 Subject: [PATCH] add test dependencies --- opam | 2 ++ 1 file changed, 2 insertions(+) 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/"