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
This commit is contained in:
parent
bbef8af130
commit
3516002001
4
Makefile
4
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user