Chromium Code Reviews| 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') |