From: bmeurer@chromium.org Date: Fri, 25 Oct 2013 05:52:11 +0000 (+0000) Subject: The "TESTFLAGS" is now added to Android .check build to be consistent with other... X-Git-Tag: upstream/4.7.83~11953 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=972da5b6606ed69ba68ee5f647df503989346bf4;p=platform%2Fupstream%2Fv8.git The "TESTFLAGS" is now added to Android .check build to be consistent with other platform build. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/39273004 Patch from Bangfu Tao . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17384 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/Makefile b/Makefile index 0eb1722..bbec440 100644 --- a/Makefile +++ b/Makefile @@ -328,7 +328,7 @@ $(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \ --arch-and-mode=$(basename $@) \ --timeout=600 \ - --command-prefix="tools/android-run.py" + --command-prefix="tools/android-run.py" $(TESTFLAGS) $(addsuffix .check, $(ANDROID_ARCHES)): \ $(addprefix $$(basename $$@).,$(MODES)).check