| Index: test/restat/gyptest-restat.py
|
| diff --git a/test/restat/gyptest-restat.py b/test/restat/gyptest-restat.py
|
| index 87379044dda4a44319cdbe123ea8be5d9aca37ff..0e234299e0786f6aae74fb657e50747ae0afd8a7 100644
|
| --- a/test/restat/gyptest-restat.py
|
| +++ b/test/restat/gyptest-restat.py
|
| @@ -14,7 +14,9 @@ import os
|
|
|
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|
|
|
| -test.run_gyp('restat.gyp', chdir='src')
|
| +test.run_gyp('restat.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| + chdir='src')
|
|
|
| chdir = 'relocate/src'
|
| test.relocate('src', chdir)
|
|
|