diff options
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-18 14:15:36 +0000 |
---|---|---|
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-18 14:15:36 +0000 |
commit | 63c1ad82fc4232daff1b686cc78bba4c6a42916d (patch) | |
tree | 6dd945c4211424c9f68d7ddca66b114bd4573cf8 /tests/tests_files.mk | |
parent | b692a14984fbd6c2b7cf72cc20fc3758e995f582 (diff) |
add fFx1 field, returning where to start the iterator for fCount1 range
add unittest
git-svn-id: http://skia.googlecode.com/svn/trunk@1145 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/tests_files.mk')
-rw-r--r-- | tests/tests_files.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests_files.mk b/tests/tests_files.mk index 526a219597..f78481aa04 100644 --- a/tests/tests_files.mk +++ b/tests/tests_files.mk @@ -2,6 +2,7 @@ SOURCE := \ BitmapCopyTest.cpp \ BitmapGetColorTest.cpp \ BlitRowTest.cpp \ + ClampRangeTest.cpp \ ClipCubicTest.cpp \ ClipStackTest.cpp \ ClipperTest.cpp \ |