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

Unified Diff: test/rules/gyptest-all.py

Issue 10382161: Fix bug in ninja generator when there's no default action. (Closed) Base URL: http://git.chromium.org/external/gyp.git@master
Patch Set: fix other generators Created 8 years, 7 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
« no previous file with comments | « pylib/gyp/generator/scons.py ('k') | test/rules/src/actions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/rules/gyptest-all.py
diff --git a/test/rules/gyptest-all.py b/test/rules/gyptest-all.py
index 63c3a10ba5624d431f4b9514bf8ef79879027a58..d869fd3a8e3786e98604abc849b6a2f33dbda72a 100755
--- a/test/rules/gyptest-all.py
+++ b/test/rules/gyptest-all.py
@@ -12,6 +12,9 @@ import TestGyp
test = TestGyp.TestGyp()
+test.run_gyp('no_action_with_rules_fails.gyp', chdir='src/noaction', status=1,
+ stderr=None)
+
test.run_gyp('actions.gyp', chdir='src')
test.relocate('src', 'relocate/src')
« no previous file with comments | « pylib/gyp/generator/scons.py ('k') | test/rules/src/actions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698