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

Unified Diff: test/copies/gyptest-samedir.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/copies/gyptest-samedir.py
diff --git a/test/copies/gyptest-samedir.py b/test/copies/gyptest-samedir.py
index 3f0c547300e2c4dbebc6b8b0819dfb6f87918f15..a271b38f077092fae5e69e12543a4b7d86678789 100755
--- a/test/copies/gyptest-samedir.py
+++ b/test/copies/gyptest-samedir.py
@@ -13,7 +13,10 @@ import TestGyp
# The Android build system doesn't allow output to go to arbitrary places.
test = TestGyp.TestGyp(formats=['!android'])
-test.run_gyp('copies-samedir.gyp', chdir='src')
+test.run_gyp('copies-samedir.gyp',
+ '-G', 'xcode_ninja_target_pattern=^copies_samedir',
+ chdir='src')
+
test.relocate('src', 'relocate/src')
test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src')

Powered by Google App Engine
This is Rietveld 408576698