Revision: 18126
Author:   [email protected]
Date:     Thu Nov 28 14:10:56 2013 UTC
Log:      Fix quickcheck make target.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/95073002
http://code.google.com/p/v8/source/detail?r=18126

Modified:
 /branches/bleeding_edge/Makefile

=======================================
--- /branches/bleeding_edge/Makefile    Thu Nov 28 13:18:04 2013 UTC
+++ /branches/bleeding_edge/Makefile    Thu Nov 28 14:10:56 2013 UTC
@@ -355,8 +355,8 @@
 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

--
--
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