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

Unified Diff: test/variables/filelist/gyptest-filelist.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/variables/filelist/gyptest-filelist.py
diff --git a/test/variables/filelist/gyptest-filelist.py b/test/variables/filelist/gyptest-filelist.py
index 84a6cba5f4bae4617b0ffe3f493db89d42e46ead..ad729b30c21a7f7886db4a2689b205ee4fb7f3be 100755
--- a/test/variables/filelist/gyptest-filelist.py
+++ b/test/variables/filelist/gyptest-filelist.py
@@ -16,7 +16,9 @@ import TestGyp
test = TestGyp.TestGyp()
CHDIR = 'src'
-test.run_gyp('filelist2.gyp', chdir=CHDIR)
+test.run_gyp('filelist2.gyp',
+ '-G', 'xcode_ninja_target_pattern=^.*$',
+ chdir=CHDIR)
test.build('filelist2.gyp', 'foo', chdir=CHDIR)
contents = test.read('src/dummy_foo').replace('\r', '')
« test/toplevel-dir/gyptest-toplevel-dir.py ('K') | « test/toplevel-dir/gyptest-toplevel-dir.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698