summaryrefslogtreecommitdiff
path: root/libreofficekit/Module_libreofficekit.mk
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-11 09:12:27 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-12 05:19:14 +0200
commita5fe08855b3200bd369b9345d43ae559d5aac4dd (patch)
tree62063614ffa04c4fbdf1464e24ee3002b32217af /libreofficekit/Module_libreofficekit.mk
parent1d6dca3cb0182ddc11d334190544350b09dc6de2 (diff)
Add LOK tiled rendering divided-tile unit test.
I.e. we render the same area as one larger tile, and then as 4 sub-tiles (which, when put together, should be identical to the larger tile). However currently only the top-left sub-tile actually matches the larger tile, so we have to disable the test for the remaining sub-tiles. Change-Id: If1130022b43898e20fefff3e9f592102da3e413a
Diffstat (limited to 'libreofficekit/Module_libreofficekit.mk')
-rw-r--r--libreofficekit/Module_libreofficekit.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk
index b349a5d29b0a..2d9b98cc4762 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -15,6 +15,10 @@ $(eval $(call gb_Module_add_targets,libreofficekit,\
StaticLibrary_libreofficekit \
))
+$(eval $(call gb_Module_add_check_targets,libreofficekit,\
+ CppunitTest_libreofficekit_tiledrendering \
+))
+
ifneq ($(ENABLE_GTK),)
$(eval $(call gb_Module_add_targets,libreofficekit,\
Library_libreofficekitgtk \