Reviewers: Michael Achenbach,

Description:
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
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/169303006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -1 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 734d06940b4618c57c460bfa7e5db94411669130..4b4d37e83abf392688294fdeb9e986eb803b6723 100644
--- a/Makefile
+++ b/Makefile
@@ -359,11 +359,12 @@ native.check: native
            --arch-and-mode=. $(TESTFLAGS)

FASTTESTMODES = ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug
+QUICKCHECKMODES = $(FASTTESTMODES),a64.release,a64.optdebug

 COMMA = ,
 EMPTY =
 SPACE = $(EMPTY) $(EMPTY)
-quickcheck: $(subst $(COMMA),$(SPACE),$(FASTTESTMODES))
+quickcheck: $(subst $(COMMA),$(SPACE),$(QUICKCHECKMODES))
        tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
            --arch-and-mode=$(FASTTESTMODES) $(TESTFLAGS) --quickcheck
 qc: quickcheck


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to