diff options
-rw-r--r-- | gyp/tests.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp index b95b4a6a5a..5ec9556418 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -16,10 +16,10 @@ '../src/utils', '../tools/', ], - 'includes': [ - 'pathops.gypi', - 'pathops_unittest.gypi', - ], +# 'includes': [ +# 'pathops.gypi', +# 'pathops_unittest.gypi', +# ], 'sources': [ '../tests/AAClipTest.cpp', '../tests/AnnotationTest.cpp', |