| Index: test/builddir/gyptest-default.py
|
| ===================================================================
|
| --- test/builddir/gyptest-default.py (revision 1794)
|
| +++ test/builddir/gyptest-default.py (working copy)
|
| @@ -23,9 +23,8 @@
|
| # its sources. I'm not sure if make is wrong for writing outside the current
|
| # directory, or if the test is wrong for assuming everything generated is under
|
| # the current directory.
|
| -# Android does not support setting the build directory.
|
| -# Ninja does not support relocation.
|
| -test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android'])
|
| +# Android, Ninja, and CMake do not support setting the build directory.
|
| +test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android', '!cmake'])
|
|
|
| test.run_gyp('prog1.gyp', '--depth=..', chdir='src')
|
| if test.format == 'msvs':
|
|
|