| Index: test/dependencies/gyptest-extra-targets.py
|
| diff --git a/test/dependencies/gyptest-extra-targets.py b/test/dependencies/gyptest-extra-targets.py
|
| index 3752f7445d51f46f8dcd5d6930880d9aba5fdf7d..09b00d958ba1755c40d5351e953e398a3e86e0fd 100755
|
| --- a/test/dependencies/gyptest-extra-targets.py
|
| +++ b/test/dependencies/gyptest-extra-targets.py
|
| @@ -12,7 +12,8 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('extra_targets.gyp')
|
| +test.run_gyp('extra_targets.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^a$')
|
|
|
| # This should fail if it tries to build 'c_unused' since 'c/c.c' has a syntax
|
| # error and won't compile.
|
|
|