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

Unified Diff: test/mac/gyptest-prefixheader.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/mac/gyptest-postbuild-fail.py ('k') | test/mac/gyptest-rpath.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/gyptest-prefixheader.py
diff --git a/test/mac/gyptest-prefixheader.py b/test/mac/gyptest-prefixheader.py
index 768551f9b0f4a94f5fcb3408f9c0c129a715dab5..0cf85f94225bf8d4624a2891e0693f92d1300e18 100755
--- a/test/mac/gyptest-prefixheader.py
+++ b/test/mac/gyptest-prefixheader.py
@@ -15,5 +15,6 @@ import sys
if sys.platform == 'darwin':
test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
test.run_gyp('test.gyp', chdir='prefixheader')
+
test.build('test.gyp', test.ALL, chdir='prefixheader')
test.pass_test()
« no previous file with comments | « test/mac/gyptest-postbuild-fail.py ('k') | test/mac/gyptest-rpath.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698