aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/tests.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 5ec9556418..b95b4a6a5a 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',