Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was

"clever" but was causing build problems.



git-svn-id: http://skia.googlecode.com/svn/trunk@1604 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
epoger@google.com 2011-06-15 18:49:21 +00:00
parent 8a12c0430a
commit d33f75c7be
3 changed files with 1 additions and 13 deletions

View File

@ -330,18 +330,6 @@
'opts.gyp:opts'
],
},
{
'target_name': 'core_tests',
'type': 'static_library',
'direct_dependent_settings': {
'sources': [
'../tests/core/PointTest.cpp',
],
'include_dirs': [
'../tests',
],
},
},
],
}

View 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',