| Index: test/builddir/gyptest-default.py
|
| diff --git a/test/builddir/gyptest-default.py b/test/builddir/gyptest-default.py
|
| index 1b47443fff46c18ed4b2c470cad75d43127dee09..4904cdab42e5cf38c2f01b5bd1775fde8dad29f3 100755
|
| --- a/test/builddir/gyptest-default.py
|
| +++ b/test/builddir/gyptest-default.py
|
| @@ -23,8 +23,8 @@ import TestGyp
|
| # 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, Ninja, and CMake do not support setting the build directory.
|
| -test = TestGyp.TestGyp(formats=['!make', '!ninja', '!android', '!cmake'])
|
| +# Ninja and CMake do not support setting the build directory.
|
| +test = TestGyp.TestGyp(formats=['!make', '!ninja', '!cmake'])
|
|
|
| test.run_gyp('prog1.gyp', '--depth=..', chdir='src')
|
| if test.format == 'msvs':
|
|
|