more tests (need more meat in there)
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Feb 2009 22:06:06 +0000 (22:06 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 27 Feb 2009 22:06:06 +0000 (22:06 +0000)
commitd8730ea8b25d692c0656f8cf03f02aecfab2a17c
tree7a1c8cac5a1433a8ced46bf6dc0f71675e168d76
parented673310e2551e64d8196f7776d7d4c92085f8c2
more tests (need more meat in there)

git-svn-id: http://skia.googlecode.com/svn/trunk@97 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
include/core/Sk64.h
include/core/SkGeometry.h
include/core/SkString.h
src/core/Sk64.cpp
src/core/SkGeometry.cpp
src/core/SkGraphics.cpp
src/core/SkString.cpp
tests/GeometryTest.cpp [new file with mode: 0644]
tests/MathTest.cpp
tests/MatrixTest.cpp
tests/PackBitsTest.cpp
tests/Sk64Test.cpp [new file with mode: 0644]
tests/StringTest.cpp [new file with mode: 0644]
tests/TestClassDef.h [new file with mode: 0644]
tests/TestXCode/Tests.xcodeproj/project.pbxproj
tests/UtilsTest.cpp