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

Unified Diff: test/many-actions/gyptest-many-actions-unsorted.py

Issue 421453003: Add TestGypXcodeNinja to run tests against the xcode-ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Rebase onto origin/master Created 6 years, 4 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
Index: test/many-actions/gyptest-many-actions-unsorted.py
diff --git a/test/many-actions/gyptest-many-actions-unsorted.py b/test/many-actions/gyptest-many-actions-unsorted.py
index 5cb0338788b63cafdced9d18cd9b708627e435a0..7eed1d4ec87d14fd9ba854e7706625bcbaf3976e 100644
--- a/test/many-actions/gyptest-many-actions-unsorted.py
+++ b/test/many-actions/gyptest-many-actions-unsorted.py
@@ -13,7 +13,9 @@ import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('many-actions-unsorted.gyp')
+test.run_gyp('many-actions-unsorted.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$')
+
test.build('many-actions-unsorted.gyp', test.ALL)
for i in range(15):
test.built_file_must_exist('generated_%d.h' % i)

Powered by Google App Engine
This is Rietveld 408576698