aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-03 19:23:28 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-03 19:23:28 +0000
commit085a6e476b5bd54d93d002209e6cba078afe3a6b (patch)
treeb7a454a6d9d7fcd643770830458dec32221fe10d
parent6f4fb0f1296422a44d5d0dac155d82595dc5ebec (diff)
Rename test files to end with Test.cpp.
DM builds all of {bench,gm,test}/*.cpp. A Windows build warned us that we were trying to link typeface.obj twice. This must have something to do with there existing gm/typeface.cpp and tests/Typeface.cpp. To be safe, make sure tests have a Test.cpp suffix to disambiguate. BUG=skia: R=rmistry@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/185923002 git-svn-id: http://skia.googlecode.com/svn/trunk@13644 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gyp/tests.gypi8
-rw-r--r--tests/DiscardableMemoryPoolTest.cpp (renamed from tests/DiscardableMemoryPool.cpp)0
-rwxr-xr-xtests/GLInterfaceValidationTest.cpp (renamed from tests/GLInterfaceValidation.cpp)0
-rw-r--r--tests/ToUnicodeTest.cpp (renamed from tests/ToUnicode.cpp)0
-rw-r--r--tests/TypefaceTest.cpp (renamed from tests/Typeface.cpp)0
5 files changed, 4 insertions, 4 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 779ffdecdf..18908190fe 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -58,7 +58,7 @@
'../tests/DeferredCanvasTest.cpp',
'../tests/DequeTest.cpp',
'../tests/DeviceLooperTest.cpp',
- '../tests/DiscardableMemoryPool.cpp',
+ '../tests/DiscardableMemoryPoolTest.cpp',
'../tests/DiscardableMemoryTest.cpp',
'../tests/DocumentTest.cpp',
'../tests/DrawBitmapRectTest.cpp',
@@ -76,7 +76,7 @@
'../tests/FontMgrTest.cpp',
'../tests/FontNamesTest.cpp',
'../tests/FrontBufferedStreamTest.cpp',
- '../tests/GLInterfaceValidation.cpp',
+ '../tests/GLInterfaceValidationTest.cpp',
'../tests/GLProgramsTest.cpp',
'../tests/GeometryTest.cpp',
'../tests/GifTest.cpp',
@@ -154,9 +154,9 @@
'../tests/TSetTest.cpp',
'../tests/TestSize.cpp',
'../tests/TileGridTest.cpp',
- '../tests/ToUnicode.cpp',
+ '../tests/ToUnicodeTest.cpp',
'../tests/TracingTest.cpp',
- '../tests/Typeface.cpp',
+ '../tests/TypefaceTest.cpp',
'../tests/UnicodeTest.cpp',
'../tests/UnitTestTest.cpp',
'../tests/UtilsTest.cpp',
diff --git a/tests/DiscardableMemoryPool.cpp b/tests/DiscardableMemoryPoolTest.cpp
index dc927bd4b7..dc927bd4b7 100644
--- a/tests/DiscardableMemoryPool.cpp
+++ b/tests/DiscardableMemoryPoolTest.cpp
diff --git a/tests/GLInterfaceValidation.cpp b/tests/GLInterfaceValidationTest.cpp
index 541af8fe92..541af8fe92 100755
--- a/tests/GLInterfaceValidation.cpp
+++ b/tests/GLInterfaceValidationTest.cpp
diff --git a/tests/ToUnicode.cpp b/tests/ToUnicodeTest.cpp
index 919ba11f58..919ba11f58 100644
--- a/tests/ToUnicode.cpp
+++ b/tests/ToUnicodeTest.cpp
diff --git a/tests/Typeface.cpp b/tests/TypefaceTest.cpp
index bb5d361bee..bb5d361bee 100644
--- a/tests/Typeface.cpp
+++ b/tests/TypefaceTest.cpp