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

Unified Diff: test/copies/gyptest-all.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 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
« no previous file with comments | « test/compiler-override/gyptest-compiler-global-settings.py ('k') | test/copies/gyptest-default.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/copies/gyptest-all.py
diff --git a/test/copies/gyptest-all.py b/test/copies/gyptest-all.py
index 8542ab7b92cca72d83661e39ffd17efdfd672b0a..aeccf3324c1c2e5d618b74f1b8a3d5a050d8faad 100755
--- a/test/copies/gyptest-all.py
+++ b/test/copies/gyptest-all.py
@@ -12,7 +12,9 @@ import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('copies.gyp', chdir='src')
+test.run_gyp('copies.gyp',
+ '-G', 'xcode_ninja_target_pattern=^(?!copies_null)',
+ chdir='src')
test.relocate('src', 'relocate/src')
« no previous file with comments | « test/compiler-override/gyptest-compiler-global-settings.py ('k') | test/copies/gyptest-default.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698