Index: test/dependencies/gyptest-lib-only.py |
=================================================================== |
--- test/dependencies/gyptest-lib-only.py (revision 1111) |
+++ test/dependencies/gyptest-lib-only.py (working copy) |
@@ -29,7 +29,7 @@ |
if test.format == 'xcode': |
test.built_file_must_not_exist('b', type=test.STATIC_LIB) |
else: |
- assert test.format == 'make' |
+ assert test.format in ('make', 'ninja') |
test.built_file_must_exist('b', type=test.STATIC_LIB) |
else: |
# Make puts the resulting library in a directory matching the input gyp file; |