aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-09 14:24:23 +0100
committerGaëtan Gilbert2018-11-09 14:24:23 +0100
commitc5213ab2a33087286a7ef224b8d2c73f8d19176d (patch)
tree1911d15f63fa989bfbc1d21d23deb5920a9ecc00 /Makefile.dune
parent31825dc11a8e7fea42702182a3015067b0ed1140 (diff)
Fix dune runtest invocation
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.dune b/Makefile.dune
index d201d1783a..3d930cf47c 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -53,7 +53,7 @@ quickopt: voboot
dune build $(DUNEOPT) $(QUICKOPT_TARGETS)
test-suite: voboot
- dune $(DUNEOPT) runtest
+ dune runtest $(DUNEOPT)
release: voboot
dune build $(DUNEOPT) -p coq