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

Unified Diff: test/mac/gyptest-installname.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-installname.py
diff --git a/test/mac/gyptest-installname.py b/test/mac/gyptest-installname.py
index c300820f6ceff1295c6f6bdd7b9025dbb496baad..764493c4883617547d1679b15b82ec2bbb542c52 100644
--- a/test/mac/gyptest-installname.py
+++ b/test/mac/gyptest-installname.py
@@ -19,7 +19,10 @@ if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
CHDIR = 'installname'
- test.run_gyp('test.gyp', chdir=CHDIR)
+ test.run_gyp('test.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir=CHDIR)
+
test.build('test.gyp', test.ALL, chdir=CHDIR)
def GetInstallname(p):

Powered by Google App Engine
This is Rietveld 408576698