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

Unified Diff: test/toplevel-dir/gyptest-toplevel-dir.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/sibling/gyptest-relocate.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/toplevel-dir/gyptest-toplevel-dir.py
diff --git a/test/toplevel-dir/gyptest-toplevel-dir.py b/test/toplevel-dir/gyptest-toplevel-dir.py
index 4daa6b2c11936226080e581d536fe1cfd1b3f811..9e69512dd36cc15500a7dcc166e57b65fda0d0ad 100755
--- a/test/toplevel-dir/gyptest-toplevel-dir.py
+++ b/test/toplevel-dir/gyptest-toplevel-dir.py
@@ -20,7 +20,7 @@ test.run_gyp('main.gyp', '--toplevel-dir=..', chdir='src/sub1')
toplevel_dir = 'src'
-test.build('all', chdir=toplevel_dir)
+test.build('sub1/main.gyp', test.ALL, chdir=toplevel_dir)
test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
« no previous file with comments | « test/sibling/gyptest-relocate.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698