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

Unified Diff: test/hard_dependency/gyptest-no-exported-hard-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/hard_dependency/gyptest-no-exported-hard-dependency.py
diff --git a/test/hard_dependency/gyptest-no-exported-hard-dependency.py b/test/hard_dependency/gyptest-no-exported-hard-dependency.py
index 10774ca2a0025fd583629dddd31a094d9f0042fd..e93fdf07aaa07673fd52bc7658b85727f9765bcd 100755
--- a/test/hard_dependency/gyptest-no-exported-hard-dependency.py
+++ b/test/hard_dependency/gyptest-no-exported-hard-dependency.py
@@ -18,7 +18,9 @@ if test.format == 'dump_dependency_json':
test.skip_test('Skipping test; dependency JSON does not adjust ' \
'static libaries.\n')
-test.run_gyp('hard_dependency.gyp', chdir='src')
+test.run_gyp('hard_dependency.gyp',
+ '-G', 'xcode_ninja_target_pattern=^d$',
+ chdir='src')
chdir = 'relocate/src'
test.relocate('src', chdir)

Powered by Google App Engine
This is Rietveld 408576698