Get rid of DEFINE_TESTCLASS_SHORT() macro.
authortfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Jan 2014 21:45:03 +0000 (21:45 +0000)
committertfarina@chromium.org <tfarina@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 Jan 2014 21:45:03 +0000 (21:45 +0000)
commit78e7b4e1b928fa69f672be3c743df6d6c3ecbced
tree5bc67e556d8a790498b4700d0aa37495c89bfcd5
parentdab032a4ba4a93bff49adae064912e4bb6583784
Get rid of DEFINE_TESTCLASS_SHORT() macro.

Instead tests should be written using DEF_TEST() macro, which is much
nicer and simplifies the process of setting up an unit test.

BUG=None
TEST=skpskgr_test, pathops_unittest
R=mtklein@google.com

Review URL: https://codereview.chromium.org/117863005

git-svn-id: http://skia.googlecode.com/svn/trunk@12870 2bbb7eff-a529-9590-31e7-b0007b416f81
38 files changed:
tests/AndroidPaintTest.cpp
tests/PathOpsAngleTest.cpp
tests/PathOpsBoundsTest.cpp
tests/PathOpsCubicIntersectionTest.cpp
tests/PathOpsCubicLineIntersectionTest.cpp
tests/PathOpsCubicQuadIntersectionTest.cpp
tests/PathOpsCubicReduceOrderTest.cpp
tests/PathOpsCubicToQuadsTest.cpp
tests/PathOpsDCubicTest.cpp
tests/PathOpsDLineTest.cpp
tests/PathOpsDPointTest.cpp
tests/PathOpsDQuadTest.cpp
tests/PathOpsDRectTest.cpp
tests/PathOpsDTriangleTest.cpp
tests/PathOpsDVectorTest.cpp
tests/PathOpsInverseTest.cpp
tests/PathOpsLineIntersectionTest.cpp
tests/PathOpsLineParametetersTest.cpp
tests/PathOpsOpCubicThreadedTest.cpp
tests/PathOpsOpRectThreadedTest.cpp
tests/PathOpsOpTest.cpp
tests/PathOpsQuadIntersectionTest.cpp
tests/PathOpsQuadLineIntersectionTest.cpp
tests/PathOpsQuadLineIntersectionThreadedTest.cpp
tests/PathOpsQuadParameterizationTest.cpp
tests/PathOpsQuadReduceOrderTest.cpp
tests/PathOpsSimplifyDegenerateThreadedTest.cpp
tests/PathOpsSimplifyFailTest.cpp
tests/PathOpsSimplifyQuadThreadedTest.cpp
tests/PathOpsSimplifyQuadralateralsThreadedTest.cpp
tests/PathOpsSimplifyRectThreadedTest.cpp
tests/PathOpsSimplifyTest.cpp
tests/PathOpsSimplifyTrianglesThreadedTest.cpp
tests/PathOpsSkpClipTest.cpp
tests/PathOpsSkpTest.cpp
tests/PathOpsTypesTest.cpp
tests/SkpSkGrTest.cpp
tests/TestClassDef.h