| Index: test/generator-output/gyptest-copies.py
|
| diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py
|
| index 7524b17e31dbc9713acd457682fcd979a85a1f7b..909aebf85f8a698540645aa6ff87609df74b32d0 100755
|
| --- a/test/generator-output/gyptest-copies.py
|
| +++ b/test/generator-output/gyptest-copies.py
|
| @@ -18,6 +18,7 @@ test.writable(test.workpath('copies'), False)
|
|
|
| test.run_gyp('copies.gyp',
|
| '--generator-output=' + test.workpath('gypfiles'),
|
| + '-G', 'xcode_ninja_target_pattern=^(?!copies_null)',
|
| chdir='copies')
|
|
|
| test.writable(test.workpath('copies'), True)
|
| @@ -39,7 +40,7 @@ test.must_match(['relocate', 'copies', 'copies-out', 'file1'],
|
|
|
| if test.format == 'xcode':
|
| chdir = 'relocate/copies/build'
|
| -elif test.format in ['make', 'ninja', 'cmake']:
|
| +elif test.format in ['make', 'ninja', 'xcode-ninja', 'cmake']:
|
| chdir = 'relocate/gypfiles/out'
|
| else:
|
| chdir = 'relocate/gypfiles'
|
| @@ -50,7 +51,7 @@ test.must_match(['relocate', 'copies', 'subdir', 'copies-out', 'file3'],
|
|
|
| if test.format == 'xcode':
|
| chdir = 'relocate/copies/subdir/build'
|
| -elif test.format in ['make', 'ninja', 'cmake']:
|
| +elif test.format in ['make', 'ninja', 'xcode-ninja', 'cmake']:
|
| chdir = 'relocate/gypfiles/out'
|
| else:
|
| chdir = 'relocate/gypfiles'
|
|
|