| Index: test/sibling/gyptest-all.py
|
| diff --git a/test/sibling/gyptest-all.py b/test/sibling/gyptest-all.py
|
| index c04c2d486117b062da2be1d22d7615f4c41b3187..7e80cf82361f732d8ad60e66b061030ae7a6cdc5 100644
|
| --- a/test/sibling/gyptest-all.py
|
| +++ b/test/sibling/gyptest-all.py
|
| @@ -21,7 +21,7 @@ chdir = 'src/build'
|
| # TODO(mmoss) Should the Makefile go in the directory of the passed in .gyp
|
| # file? What about when passing in multiple .gyp files? Would sub-project
|
| # Makefiles (see http://codereview.chromium.org/340008 comments) solve this?
|
| -if test.format == 'make':
|
| +if test.format in ('make', 'ninja'):
|
| chdir = 'src'
|
|
|
| if test.format == 'xcode':
|
|
|