| Index: test/sibling/gyptest-all.py
|
| ===================================================================
|
| --- test/sibling/gyptest-all.py (revision 1794)
|
| +++ test/sibling/gyptest-all.py (working copy)
|
| @@ -21,7 +21,7 @@
|
| # 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 in ('make', 'ninja'):
|
| +if test.format in ('make', 'ninja', 'cmake'):
|
| chdir = 'src'
|
|
|
| if test.format == 'xcode':
|
|
|