migrate more legacy unittests into tests/
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 7 Mar 2009 03:39:23 +0000 (03:39 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Sat, 7 Mar 2009 03:39:23 +0000 (03:39 +0000)
commit5e5adfd12cc2cb194db971708cd7f34ff47e10b4
tree4a516106bdc5844e275d6d2bcd03dfea80936828
parent62533ed6bb490e9abf5d02686d897a93c5e85d51
migrate more legacy unittests into tests/
SkParse yet to be cleaned up

git-svn-id: http://skia.googlecode.com/svn/trunk@113 2bbb7eff-a529-9590-31e7-b0007b416f81
16 files changed:
Makefile
bench/main.cpp
include/core/SkGraphics.h
include/core/SkPathMeasure.h
include/core/SkStream.h
include/core/SkTSearch.h
samplecode/SampleApp.cpp
src/core/SkGraphics.cpp
src/core/SkPathMeasure.cpp
src/core/SkStream.cpp
src/core/SkTSearch.cpp
tests/PathMeasureTest.cpp [new file with mode: 0644]
tests/SortTest.cpp [new file with mode: 0644]
tests/StreamTest.cpp [new file with mode: 0644]
tests/TestXCode/Tests.xcodeproj/project.pbxproj
tests/main.cpp