Also compile A64 for quickcheck target
We don't run tests yet because even in release mode, this will take a considerable amount of time. BUG=none R=ulan@chromium.org, machenbach@chromium.org LOG=n Review URL: https://codereview.chromium.org/169303006 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19425 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e0842a75b9
commit
4058894c50
3
Makefile
3
Makefile
@ -359,11 +359,12 @@ native.check: native
|
||||
--arch-and-mode=. $(TESTFLAGS)
|
||||
|
||||
FASTTESTMODES = ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug
|
||||
FASTCOMPILEMODES = $(FASTTESTMODES),a64.optdebug
|
||||
|
||||
COMMA = ,
|
||||
EMPTY =
|
||||
SPACE = $(EMPTY) $(EMPTY)
|
||||
quickcheck: $(subst $(COMMA),$(SPACE),$(FASTTESTMODES))
|
||||
quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
|
||||
tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
|
||||
--arch-and-mode=$(FASTTESTMODES) $(TESTFLAGS) --quickcheck
|
||||
qc: quickcheck
|
||||
|
Loading…
Reference in New Issue
Block a user