diff options
author | wjmaclean@chromium.org <wjmaclean@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-02-07 17:48:40 +0000 |
---|---|---|
committer | wjmaclean@chromium.org <wjmaclean@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-02-07 17:48:40 +0000 |
commit | ff1ec2f1a8d417236f36d1396182538967e68e1a (patch) | |
tree | 4b7beeb4407cb5ced5d76ff1bd915eb961d45f50 /tests/tests_files.mk | |
parent | 116b2bcd2c4c4d4670c7b7e2ea597414713c37fb (diff) |
Add unit test for SkRect::hasValidCoordinates().
git-svn-id: http://skia.googlecode.com/svn/trunk@765 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/tests_files.mk')
-rw-r--r-- | tests/tests_files.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests_files.mk b/tests/tests_files.mk index cc21c7c6f7..4aa7cc00a4 100644 --- a/tests/tests_files.mk +++ b/tests/tests_files.mk @@ -23,4 +23,5 @@ SOURCE := \ StringTest.cpp \ Test.cpp \ TestSize.cpp \ - UtilsTest.cpp + UtilsTest.cpp \ + InfRectTest.cpp |