| Index: test/actions-multiple/gyptest-all.py
|
| diff --git a/test/actions-multiple/gyptest-all.py b/test/actions-multiple/gyptest-all.py
|
| index 2a083de9b054a497bde61fb5d6cb45802f8147a0..69c720cdcd0d87804098eef4253a225f45bf5d6a 100755
|
| --- a/test/actions-multiple/gyptest-all.py
|
| +++ b/test/actions-multiple/gyptest-all.py
|
| @@ -14,7 +14,9 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('actions.gyp', chdir='src')
|
| +test.run_gyp('actions.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^multiple.*target$',
|
| + chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|
|
|