summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_bitmap_test.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-04-16 12:06:09 +0900
committerTomaž Vajngerl <quikee@gmail.com>2019-04-16 06:52:47 +0200
commit8d65b2bafa1ee000b2722c3c5e6d45a62b74c196 (patch)
tree2b7f47b604bb15bddc4e9fe44c82b451c859ea7b /vcl/CppunitTest_vcl_bitmap_test.mk
parent3083fe569f96bf0289da1e9d0ef7da15ab22e2f6 (diff)
Add test for BitmapEx GetPixelColor for 24+8 and 32bit Bitmaps
Change-Id: I0c1b8447acd6681d8731c35412b90a00741274fa Reviewed-on: https://gerrit.libreoffice.org/70803 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_bitmap_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_bitmap_test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_bitmap_test.mk b/vcl/CppunitTest_vcl_bitmap_test.mk
index bae00152c77d..3bb293cfc66d 100644
--- a/vcl/CppunitTest_vcl_bitmap_test.mk
+++ b/vcl/CppunitTest_vcl_bitmap_test.mk
@@ -11,6 +11,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,vcl_bitmap_test))
$(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_test, \
vcl/qa/cppunit/BitmapTest \
+ vcl/qa/cppunit/BitmapExTest \
vcl/qa/cppunit/bitmapcolor \
))