diff --git a/coq-bignums.opam b/coq-bignums.opam index 0ac2f8d..16e28ce 100644 --- a/coq-bignums.opam +++ b/coq-bignums.opam @@ -13,10 +13,12 @@ This Coq library provides BigN, BigZ, and BigQ that used to be part of the standard library.""" build: [make "-j%{jobs}%"] -run-test: [make "-C" "tests" "-j%{jobs}%"] -install: [make "install"] +install: [ + [make "install"] + [make "-C" "tests" "-j%{jobs}%"] {with-test} +] depends: [ - "ocaml" + "ocaml" "coq" {= "dev"} ]