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

Unified Diff: test/mac/gyptest-archs.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/mac/gyptest-archs.py
diff --git a/test/mac/gyptest-archs.py b/test/mac/gyptest-archs.py
index ff632d79508bc76eebeba9473fcdf72f01a5c146..4861dbc5b6b38743aac3a2ea8881be5e107bfdbf 100644
--- a/test/mac/gyptest-archs.py
+++ b/test/mac/gyptest-archs.py
@@ -50,7 +50,10 @@ if sys.platform == 'darwin':
'exe_32_64', 'exe_32_64_bundle', 'precompiled_prefix_header_mm_32_64',
]
- test.run_gyp('test-archs-multiarch.gyp', chdir='archs')
+ test.run_gyp('test-archs-multiarch.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir='archs')
+
for target in targets:
test.build('test-archs-multiarch.gyp', target=target, chdir='archs')

Powered by Google App Engine
This is Rietveld 408576698