From 3516002001e7af12373c898886643df8dbedb9fd Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Thu, 28 Nov 2013 14:10:56 +0000 Subject: [PATCH] Fix quickcheck make target. BUG= R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/95073002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18126 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ff2cdb..9000d39 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 -- 2.7.4