| Index: test/subdirectory/gyptest-subdir-default.py
|
| ===================================================================
|
| --- test/subdirectory/gyptest-subdir-default.py (revision 1794)
|
| +++ test/subdirectory/gyptest-subdir-default.py (working copy)
|
| @@ -15,7 +15,8 @@
|
|
|
| # Android doesn't support running from subdirectories.
|
| # Ninja doesn't support relocation.
|
| -test = TestGyp.TestGyp(formats=['!ninja', '!android'])
|
| +# CMake produces a single CMakeLists.txt in the output directory.
|
| +test = TestGyp.TestGyp(formats=['!ninja', '!android', '!cmake'])
|
|
|
| test.run_gyp('prog1.gyp', chdir='src')
|
|
|
|
|