Remove build-test from jbuilder's opam file

jbiulder isn't allowed to have any test dependencies so this is useless
This commit is contained in:
Rudi Grinberg 2018-02-21 16:46:57 +07:00
parent 6bde0c21b3
commit 7bd693ed3b
1 changed files with 0 additions and 3 deletions

View File

@ -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