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

Unified Diff: test/same-source-file-name/gyptest-static.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/same-source-file-name/gyptest-static.py
diff --git a/test/same-source-file-name/gyptest-static.py b/test/same-source-file-name/gyptest-static.py
index 7fa27720403b3c6e5b9d1e23fe040feef3dc8f33..2326bb474b9f2a0d06f8cb70c2d4bebe78b762cf 100755
--- a/test/same-source-file-name/gyptest-static.py
+++ b/test/same-source-file-name/gyptest-static.py
@@ -28,6 +28,7 @@ if ((test.format == 'make' and sys.platform == 'darwin') or
chdir='src', status=1, stderr=None)
else:
test.run_gyp('double-static.gyp', '--no-duplicate-basename-check',
+ '-G', 'xcode_ninja_target_pattern=^lib$',
chdir='src')
test.build('double-static.gyp', test.ALL, chdir='src')

Powered by Google App Engine
This is Rietveld 408576698