diff options
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-03 19:23:28 +0000 |
---|---|---|
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-03-03 19:23:28 +0000 |
commit | 085a6e476b5bd54d93d002209e6cba078afe3a6b (patch) | |
tree | b7a454a6d9d7fcd643770830458dec32221fe10d /gyp | |
parent | 6f4fb0f1296422a44d5d0dac155d82595dc5ebec (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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tests.gypi | 8 |
1 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', |