Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: Makefile

Issue 23702044: Make testing i18n the default. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/run-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 288c257396de19895d85a6d399c520e939d5cb02..c950d3703ce00fa9c08ff077907eb3a1504870c1 100644
--- a/Makefile
+++ b/Makefile
@@ -127,6 +127,7 @@ endif
# i18nsupport=on
ifeq ($(i18nsupport), on)
GYPFLAGS += -Dv8_enable_i18n_support=1
jochen (gone - plz use gerrit) 2013/09/17 10:53:23 as soon as i18n is on by default, the flag will te
+ TESTFLAGS += --i18n
endif
# arm specific flags.
# armv7=false/true
« no previous file with comments | « no previous file | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698