| Index: test/product/gyptest-product.py
|
| diff --git a/test/product/gyptest-product.py b/test/product/gyptest-product.py
|
| index 955295d7109e5e8b9e1a9a82e962e1aedf84b11e..4a9008b8e55925a641b23d5ecf49389ea8cc7c9a 100755
|
| --- a/test/product/gyptest-product.py
|
| +++ b/test/product/gyptest-product.py
|
| @@ -14,7 +14,7 @@ import TestGyp
|
| # Android does not support setting the build directory.
|
| test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| -test.run_gyp('product.gyp')
|
| +test.run_gyp('product.gyp', '-G', 'xcode_ninja_target_pattern=^.*$')
|
| test.build('product.gyp')
|
|
|
| # executables
|
|
|