From 972da5b6606ed69ba68ee5f647df503989346bf4 Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Fri, 25 Oct 2013 05:52:11 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4