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

Unified Diff: test/link-dependency/gyptest-link-dependency.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/link-dependency/gyptest-link-dependency.py
diff --git a/test/link-dependency/gyptest-link-dependency.py b/test/link-dependency/gyptest-link-dependency.py
index 3a8300d44e0031509237b72baaa5882e14e749ac..c4b63352a60b0c475cd13f41e310e8c228779654 100755
--- a/test/link-dependency/gyptest-link-dependency.py
+++ b/test/link-dependency/gyptest-link-dependency.py
@@ -16,7 +16,7 @@ import TestGyp
# work with cmake.
test = TestGyp.TestGyp(formats=['!cmake'])
-test.run_gyp('test.gyp')
+test.run_gyp('test.gyp', '-G', 'xcode_ninja_target_pattern=^main$')
test.build('test.gyp', 'main')
# If running gyp worked, all is well.

Powered by Google App Engine
This is Rietveld 408576698