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

Unified Diff: test/restat/gyptest-restat.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/restat/gyptest-restat.py
diff --git a/test/restat/gyptest-restat.py b/test/restat/gyptest-restat.py
index 87379044dda4a44319cdbe123ea8be5d9aca37ff..0e234299e0786f6aae74fb657e50747ae0afd8a7 100644
--- a/test/restat/gyptest-restat.py
+++ b/test/restat/gyptest-restat.py
@@ -14,7 +14,9 @@ import os
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
-test.run_gyp('restat.gyp', chdir='src')
+test.run_gyp('restat.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir='src')
chdir = 'relocate/src'
test.relocate('src', chdir)

Powered by Google App Engine
This is Rietveld 408576698