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

Unified Diff: test/actions-none/gyptest-none.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/actions-none/gyptest-none.py
diff --git a/test/actions-none/gyptest-none.py b/test/actions-none/gyptest-none.py
index 1e0b691439f21d7da7b347d9b793a7aaa90fb466..8b7f1de802dd453d135cf2d39eb065e15833fb07 100755
--- a/test/actions-none/gyptest-none.py
+++ b/test/actions-none/gyptest-none.py
@@ -12,7 +12,10 @@ import TestGyp
test = TestGyp.TestGyp()
-test.run_gyp('none_with_source_files.gyp', chdir='src')
+test.run_gyp('none_with_source_files.gyp',
+ '-G', 'xcode_ninja_target_pattern=^none_with_sources$',
+ chdir='src')
+
test.relocate('src', 'relocate/src')
test.build('none_with_source_files.gyp', chdir='relocate/src')

Powered by Google App Engine
This is Rietveld 408576698