From 7bd693ed3bcfaa86939bda5fdcdaa4d769c17cdb Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 21 Feb 2018 16:46:57 +0700 Subject: [PATCH] Remove build-test from jbuilder's opam file jbiulder isn't allowed to have any test dependencies so this is useless --- jbuilder.opam | 3 --- 1 file changed, 3 deletions(-) diff --git a/jbuilder.opam b/jbuilder.opam index 633a5234..84d257c5 100644 --- a/jbuilder.opam +++ b/jbuilder.opam @@ -10,9 +10,6 @@ build: [ ["./boot.exe" "--subst"] {pinned} ["./boot.exe" "-j" jobs] ] -build-test: [ - ["./_build/default/bin/main.exe" "runtest" "-p" name "-j" jobs] -] depends: [ # ocamlfind is not mandatory to build packages using # jbuilder. However if it is present jbuilder will use it. Making