| Index: test/generator-output/gyptest-copies.py
|
| ===================================================================
|
| --- test/generator-output/gyptest-copies.py (revision 1794)
|
| +++ test/generator-output/gyptest-copies.py (working copy)
|
| @@ -12,8 +12,7 @@
|
| import TestGyp
|
|
|
| # Android doesn't support --generator-output.
|
| -# Ninja doesn't support relocation.
|
| -test = TestGyp.TestGyp(formats=['!ninja', '!android'])
|
| +test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| test.writable(test.workpath('copies'), False)
|
|
|
| @@ -40,7 +39,7 @@
|
|
|
| if test.format == 'xcode':
|
| chdir = 'relocate/copies/build'
|
| -elif test.format == 'make':
|
| +elif test.format in ['make', 'ninja', 'cmake']:
|
| chdir = 'relocate/gypfiles/out'
|
| else:
|
| chdir = 'relocate/gypfiles'
|
| @@ -51,7 +50,7 @@
|
|
|
| if test.format == 'xcode':
|
| chdir = 'relocate/copies/subdir/build'
|
| -elif test.format == 'make':
|
| +elif test.format in ['make', 'ninja', 'cmake']:
|
| chdir = 'relocate/gypfiles/out'
|
| else:
|
| chdir = 'relocate/gypfiles'
|
|
|