aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-07-08 10:33:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-08 10:33:28 -0700
commit0a65e385603f9f35d7cc0447bfad419f647e7c1e (patch)
treeeb3c2a444e88a91b09497068c9533f8a7bc079b4
parent0139ae3ec4b0ffc9b8a688514b299d21fd9cc4d7 (diff)
Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp
BUG=None TEST=make tests R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/374443002
-rw-r--r--gyp/tests.gypi10
-rw-r--r--tests/RTConfRegistryTest.cpp (renamed from tests/UnitTestTest.cpp)0
2 files changed, 5 insertions, 5 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 6935614f89..ba0bc87176 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -78,9 +78,9 @@
'../tests/FlateTest.cpp',
'../tests/FontHostStreamTest.cpp',
'../tests/FontHostTest.cpp',
- '../tests/FontObjTest.cpp',
'../tests/FontMgrTest.cpp',
'../tests/FontNamesTest.cpp',
+ '../tests/FontObjTest.cpp',
'../tests/FrontBufferedStreamTest.cpp',
'../tests/GLInterfaceValidationTest.cpp',
'../tests/GLProgramsTest.cpp',
@@ -94,8 +94,8 @@
'../tests/GrContextFactoryTest.cpp',
'../tests/GrDrawTargetTest.cpp',
'../tests/GrMemoryPoolTest.cpp',
- '../tests/GrRedBlackTreeTest.cpp',
'../tests/GrOrderedSetTest.cpp',
+ '../tests/GrRedBlackTreeTest.cpp',
'../tests/GrSurfaceTest.cpp',
'../tests/GrTBSearchTest.cpp',
'../tests/GradientTest.cpp',
@@ -122,8 +122,8 @@
'../tests/MetaDataTest.cpp',
'../tests/MipMapTest.cpp',
'../tests/NameAllocatorTest.cpp',
- '../tests/ObjectPoolTest.cpp',
'../tests/OSPathTest.cpp',
+ '../tests/ObjectPoolTest.cpp',
'../tests/OnceTest.cpp',
'../tests/PDFPrimitivesTest.cpp',
'../tests/PackBitsTest.cpp',
@@ -133,13 +133,14 @@
'../tests/PathMeasureTest.cpp',
'../tests/PathTest.cpp',
'../tests/PathUtilsTest.cpp',
- '../tests/PictureTest.cpp',
'../tests/PictureShaderTest.cpp',
'../tests/PictureStateTreeTest.cpp',
+ '../tests/PictureTest.cpp',
'../tests/PixelRefTest.cpp',
'../tests/PointTest.cpp',
'../tests/PremulAlphaRoundTripTest.cpp',
'../tests/QuickRejectTest.cpp',
+ '../tests/RTConfRegistryTest.cpp',
'../tests/RTreeTest.cpp',
'../tests/RandomTest.cpp',
'../tests/ReadPixelsTest.cpp',
@@ -181,7 +182,6 @@
'../tests/TracingTest.cpp',
'../tests/TypefaceTest.cpp',
'../tests/UnicodeTest.cpp',
- '../tests/UnitTestTest.cpp',
'../tests/UtilsTest.cpp',
'../tests/WArrayTest.cpp',
'../tests/WritePixelsTest.cpp',
diff --git a/tests/UnitTestTest.cpp b/tests/RTConfRegistryTest.cpp
index f42281fa22..f42281fa22 100644
--- a/tests/UnitTestTest.cpp
+++ b/tests/RTConfRegistryTest.cpp