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

Unified Diff: test/dependencies/gyptest-extra-targets.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/copies/gyptest-updir.py ('k') | test/dependencies/gyptest-lib-only.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dependencies/gyptest-extra-targets.py
diff --git a/test/dependencies/gyptest-extra-targets.py b/test/dependencies/gyptest-extra-targets.py
index 3752f7445d51f46f8dcd5d6930880d9aba5fdf7d..09b00d958ba1755c40d5351e953e398a3e86e0fd 100755
--- a/test/dependencies/gyptest-extra-targets.py
+++ b/test/dependencies/gyptest-extra-targets.py
@@ -12,7 +12,8 @@ import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('extra_targets.gyp')
+test.run_gyp('extra_targets.gyp',
+ '-G', 'xcode_ninja_target_pattern=^a$')
# This should fail if it tries to build 'c_unused' since 'c/c.c' has a syntax
# error and won't compile.
« no previous file with comments | « test/copies/gyptest-updir.py ('k') | test/dependencies/gyptest-lib-only.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698