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