Index: Makefile |
diff --git a/Makefile b/Makefile |
index 2ff2cdbf0759317b675f3fa3767765444ae44133..9000d39260d53701861daef3a8678b4341b6b980 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -355,8 +355,8 @@ FASTTESTFLAGS = --flaky-tests=skip --slow-tests=skip --pass-fail-tests=skip \ |
FASTTESTMODES = ia32.release,x64.release,ia32.debug,x64.debug,arm.debug |
quickcheck: |
- @$(MAKE) all optdebug=on |
- @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \ |
+ @$(MAKE) all optdebug=on; \ |
+ tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \ |
--arch-and-mode=$(FASTTESTMODES) $(FASTTESTFLAGS) $(TESTFLAGS) |
qc: quickcheck |