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

Unified Diff: test/copies/gyptest-slash.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-slash.py
diff --git a/test/copies/gyptest-slash.py b/test/copies/gyptest-slash.py
index 81a4f42a323d45ac87e5e2d64d94b6a0452265d3..f7d6e0b178515b8b5de415ff49b5e3ce68a7af72 100755
--- a/test/copies/gyptest-slash.py
+++ b/test/copies/gyptest-slash.py
@@ -11,7 +11,10 @@ Verifies file copies with a trailing slash in the destination directory.
import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('copies-slash.gyp', chdir='src')
+test.run_gyp('copies-slash.gyp',
+ '-G', 'xcode_ninja_target_pattern=^copies',
+ chdir='src')
+
test.relocate('src', 'relocate/src')
test.build('copies-slash.gyp', chdir='relocate/src')

Powered by Google App Engine
This is Rietveld 408576698