| Index: test/builddir/gyptest-all.py
|
| diff --git a/test/builddir/gyptest-all.py b/test/builddir/gyptest-all.py
|
| index 324d7fc73d935140ec1c8649d013a89e2d6edcf4..885d680bd0232c2109a48823fbe98b7f661c9c85 100644
|
| --- a/test/builddir/gyptest-all.py
|
| +++ b/test/builddir/gyptest-all.py
|
| @@ -23,7 +23,7 @@ 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.
|
| -test = TestGyp.TestGyp(formats=['!make'])
|
| +test = TestGyp.TestGyp(formats=['!make', '!ninja'])
|
|
|
| test.run_gyp('prog1.gyp', '--depth=..', chdir='src')
|
|
|
|
|