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

Unified Diff: test/ios/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/ios/gyptest-archs.py
diff --git a/test/ios/gyptest-archs.py b/test/ios/gyptest-archs.py
index 38c5c61fd8f388d14fcb9debdc3c3c68369e245c..cc658930e9aff0b6ad248757121a16c542cd29b2 100644
--- a/test/ios/gyptest-archs.py
+++ b/test/ios/gyptest-archs.py
@@ -35,7 +35,9 @@ if sys.platform == 'darwin':
('Default-iphoneos', 'TestArch64Bits', ['arm64']),
('Default-iphoneos', 'TestMultiArchs', ['armv7', 'arm64'])])
- test.run_gyp('test-archs.gyp', chdir='app-bundle')
+ test.run_gyp('test-archs.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir='app-bundle')
for configuration, target, archs in test_cases:
is_device_build = configuration.endswith('-iphoneos')

Powered by Google App Engine
This is Rietveld 408576698