aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-05-01 04:00:01 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-05-01 04:00:01 +0000
commit4226396806f99fea03fcc4f95f6367402bd5fa3d (patch)
tree73be168b372bbfba1315dae46a1a7efcfa47f852 /Makefile
parentdf8ecfbcffb297c361cb3e30ab4d7469a6b2e966 (diff)
add BitmapCopyTest. Still need to consider the src==no_config case
git-svn-id: http://skia.googlecode.com/svn/trunk@163 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e931aab581..42e54b5f58 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,7 @@ C_INCLUDES += -Isrc/core
TESTS_SRCS := GeometryTest.cpp MathTest.cpp MatrixTest.cpp PackBitsTest.cpp \
Sk64Test.cpp StringTest.cpp Test.cpp UtilsTest.cpp PathTest.cpp \
ClipCubicTest.cpp SrcOverTest.cpp StreamTest.cpp SortTest.cpp \
- PathMeasureTest.cpp TriangulationTest.cpp \
+ BitmapCopyTest.cpp PathMeasureTest.cpp TriangulationTest.cpp \
testmain.cpp
TESTS_SRCS := $(addprefix tests/, $(TESTS_SRCS))