summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_bitmap_render_test.mk
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-04-16 13:10:11 +0900
committerTomaž Vajngerl <quikee@gmail.com>2019-04-16 07:20:00 +0200
commitd7263d05bdcbe7e219664e198154e31a986c68fc (patch)
tree117e3aebd6b36c0b66c2c54609e61bd4f0402a24 /vcl/CppunitTest_vcl_bitmap_render_test.mk
parent8d65b2bafa1ee000b2722c3c5e6d45a62b74c196 (diff)
Test drawing BitmapEx with an alpha channel on a VirtualDevice
This adds a test for drawing a BitmapEx which has an alpha channel onto a VirtualDevice. Most important is that alpha blending is done as we expect it (but it is prone to rounding error). Change-Id: I41a16ca9da98d7a067ada9aafad8c9fc7c6484d5 Reviewed-on: https://gerrit.libreoffice.org/70804 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_bitmap_render_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_bitmap_render_test.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_bitmap_render_test.mk b/vcl/CppunitTest_vcl_bitmap_render_test.mk
index 1d66e6a5aae4..3af9c9fafd51 100644
--- a/vcl/CppunitTest_vcl_bitmap_render_test.mk
+++ b/vcl/CppunitTest_vcl_bitmap_render_test.mk
@@ -13,6 +13,11 @@ $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_render_test, \
vcl/qa/cppunit/bitmaprender/BitmapRenderTest \
))
+$(eval $(call gb_CppunitTest_set_include,vcl_bitmap_render_test,\
+ $$(INCLUDE) \
+ -I$(SRCDIR)/vcl/inc \
+))
+
$(eval $(call gb_CppunitTest_use_libraries,vcl_bitmap_render_test, \
comphelper \
cppu \