| Index: test/many-actions/gyptest-many-actions-unsorted.py
|
| diff --git a/test/many-actions/gyptest-many-actions-unsorted.py b/test/many-actions/gyptest-many-actions-unsorted.py
|
| index 5cb0338788b63cafdced9d18cd9b708627e435a0..7eed1d4ec87d14fd9ba854e7706625bcbaf3976e 100644
|
| --- a/test/many-actions/gyptest-many-actions-unsorted.py
|
| +++ b/test/many-actions/gyptest-many-actions-unsorted.py
|
| @@ -13,7 +13,9 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('many-actions-unsorted.gyp')
|
| +test.run_gyp('many-actions-unsorted.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$')
|
| +
|
| test.build('many-actions-unsorted.gyp', test.ALL)
|
| for i in range(15):
|
| test.built_file_must_exist('generated_%d.h' % i)
|
|
|