add initial unittest framework (tests)
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Feb 2009 16:24:51 +0000 (16:24 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Feb 2009 16:24:51 +0000 (16:24 +0000)
commited673310e2551e64d8196f7776d7d4c92085f8c2
treeac5a737aaaf66c97be7109eb980beadd35e30e25
parent3469c76c40790b409621fd7eff34f56240718549
add initial unittest framework (tests)
move some previous unittests out of core classes and into tests

git-svn-id: http://skia.googlecode.com/svn/trunk@96 2bbb7eff-a529-9590-31e7-b0007b416f81
17 files changed:
include/core/SkMath.h
include/core/SkMatrix.h
include/core/SkUserConfig.h
include/core/SkUtils.h
samplecode/SampleTextOnPath.cpp
src/core/SkGraphics.cpp
src/core/SkMath.cpp
src/core/SkMatrix.cpp
src/core/SkUtils.cpp
tests/MathTest.cpp [new file with mode: 0644]
tests/MatrixTest.cpp [new file with mode: 0644]
tests/PackBitsTest.cpp [new file with mode: 0644]
tests/Test.cpp [new file with mode: 0644]
tests/Test.h [new file with mode: 0644]
tests/TestXCode/Tests.xcodeproj/project.pbxproj [new file with mode: 0644]
tests/UtilsTest.cpp [new file with mode: 0644]
tests/main.cpp [new file with mode: 0644]