Use --dev for running tests

Otherwise we always have to recompile jbuilder for running tests.
This commit is contained in:
Jeremie Dimino 2017-06-09 12:39:28 +01:00
parent 572774490a
commit c1f00c95ad
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ uninstall:
reinstall: uninstall reinstall
test:
$(BIN) runtest
$(BIN) runtest --dev
all-supported-ocaml-versions:
$(BIN) build @install @runtest --workspace jbuild-workspace.dev --root .
$(BIN) build --dev @install @runtest --workspace jbuild-workspace.dev --root .
clean:
$(BIN) clean