aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2011-03-17 15:18:13 -0400
committerDerek Sollenberger <djsollen@google.com>2011-03-17 15:18:13 -0400
commit137a4ca42423bbb6d683067ea544c9a48f18f06c (patch)
tree91758d54677b69a0256a076cf8ed209a84a601d0 /tests
parent74620984a3d6d6d9ca2e564a487a00b987a9eb33 (diff)
downloadexternal_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.zip
external_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.tar.gz
external_skia-137a4ca42423bbb6d683067ea544c9a48f18f06c.tar.bz2
Skia Merge (revision 950)
This merge will allow us to now import the sample app infrastructure in skia to do on device measurements. Change-Id: Idcab6b1524f371521717cde61a6e98a12d897e6b
Diffstat (limited to 'tests')
-rw-r--r--tests/tests_files.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/tests_files.mk b/tests/tests_files.mk
new file mode 100644
index 0000000..5280502
--- /dev/null
+++ b/tests/tests_files.mk
@@ -0,0 +1,31 @@
+SOURCE := \
+ BitmapCopyTest.cpp \
+ BitmapGetColorTest.cpp \
+ BlitRowTest.cpp \
+ ClipCubicTest.cpp \
+ ClipStackTest.cpp \
+ ClipperTest.cpp \
+ DequeTest.cpp \
+ FillPathTest.cpp \
+ FlateTest.cpp \
+ GeometryTest.cpp \
+ InfRectTest.cpp \
+ MathTest.cpp \
+ MatrixTest.cpp \
+ PackBitsTest.cpp \
+ PaintTest.cpp \
+ ParsePathTest.cpp \
+ PathMeasureTest.cpp \
+ PathTest.cpp \
+ RefDictTest.cpp \
+ RegionTest.cpp \
+ Sk64Test.cpp \
+ skia_test.cpp \
+ SortTest.cpp \
+ SrcOverTest.cpp \
+ StreamTest.cpp \
+ StringTest.cpp \
+ Test.cpp \
+ TestSize.cpp \
+ UtilsTest.cpp \
+ XfermodeTest.cpp