summaryrefslogtreecommitdiff
path: root/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-11 10:23:15 +0200
committerAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-17 20:39:09 +0200
commit74eb70f957c28aa3fd3de0f215f31310608ab562 (patch)
tree854e774ea3ac3eb2585159f114d976eeff40dd43 /libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
parentc003fca9f077958f4c73a80f56634e08c454b4e7 (diff)
Add png dumping to LOK tiled rendering test.
This allows for easier visual comparisons (i.e. currently the test would be failing for some tiles). Change-Id: I5b174375b57ffe0edd2700fdec411a83669e4a34
Diffstat (limited to 'libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk')
-rw-r--r--libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
index 3c41c0a811d3..4b77fbf3549d 100644
--- a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
+++ b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
@@ -21,9 +21,10 @@ $(eval $(call gb_CppunitTest_use_external,libreofficekit_tiledrendering,boost_he
# our test specifically tests LOK only functionality which would otherwise not
# require any normal LO api/libraries.
$(eval $(call gb_CppunitTest_use_libraries,libreofficekit_tiledrendering, \
- test \
cppu \
sal \
+ tl \
+ test \
vcl \
$(gb_UWINAPI) \
))