| Index: test/rules/gyptest-default.py
|
| diff --git a/test/rules/gyptest-default.py b/test/rules/gyptest-default.py
|
| index 048c93caf729cbc0d9e2d4508d763a0323636d84..fa3227eb6ca681a56c432697d76d334ea5ff61fd 100755
|
| --- a/test/rules/gyptest-default.py
|
| +++ b/test/rules/gyptest-default.py
|
| @@ -12,7 +12,9 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('actions.gyp', chdir='src')
|
| +test.run_gyp('actions.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^pull_in_all_actions$',
|
| + chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|
|
|