Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jun 2011 18:49:21 +0000 (18:49 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 15 Jun 2011 18:49:21 +0000 (18:49 +0000)
"clever" but was causing build problems.

git-svn-id: http://skia.googlecode.com/svn/trunk@1604 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/core.gyp
gyp/tests.gyp
tests/PointTest.cpp [moved from tests/core/PointTest.cpp with 100% similarity]

index 90d3400..b5bc962 100644 (file)
         'opts.gyp:opts'
       ],
     },
-    {
-      'target_name': 'core_tests',
-      'type': 'static_library',
-      'direct_dependent_settings': {
-        'sources': [
-          '../tests/core/PointTest.cpp',
-        ],
-        'include_dirs': [
-          '../tests',
-        ],
-      },
-    },
   ],
 }
 
index fa2e179..1823b43 100644 (file)
@@ -52,6 +52,7 @@
         '../tests/PathMeasureTest.cpp',
         '../tests/PathTest.cpp',
         '../tests/PDFPrimitivesTest.cpp',
+        '../tests/PointTest.cpp',
         '../tests/Reader32Test.cpp',
         '../tests/RefDictTest.cpp',
         '../tests/RegionTest.cpp',
@@ -69,7 +70,6 @@
       ],
       'dependencies': [
         'core.gyp:core',
-        'core.gyp:core_tests',
         'effects.gyp:effects',
         'experimental.gyp:experimental',
         'images.gyp:images',
similarity index 100%
rename from tests/core/PointTest.cpp
rename to tests/PointTest.cpp