summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk11
-rw-r--r--libreofficekit/Module_libreofficekit.mk2
-rw-r--r--libreofficekit/qa/unit/tiledrendering.cxx5
3 files changed, 1 insertions, 17 deletions
diff --git a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
index 783074fc455c..5b1727efbe98 100644
--- a/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
+++ b/libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk
@@ -21,11 +21,7 @@ $(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, \
- cppu \
sal \
- tl \
- test \
- vcl \
$(gb_UWINAPI) \
))
@@ -37,13 +33,6 @@ $(eval $(call gb_CppunitTest_add_libs,libreofficekit_tiledrendering,\
))
endif
-$(eval $(call gb_CppunitTest_use_sdk_api,libreofficekit_tiledrendering))
-
-$(eval $(call gb_CppunitTest_use_ure,libreofficekit_tiledrendering))
-
-# Depend on ~everything, as tiled rendering can use most parts of LO.
-$(eval $(call gb_CppunitTest_use_rdb,libreofficekit_tiledrendering,services))
-
$(eval $(call gb_CppunitTest_use_configuration,libreofficekit_tiledrendering))
# vim: set noet sw=4 ts=4:
diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk
index ad2064fd8970..000c2fe7457b 100644
--- a/libreofficekit/Module_libreofficekit.mk
+++ b/libreofficekit/Module_libreofficekit.mk
@@ -11,7 +11,7 @@ $(eval $(call gb_Module_Module,libreofficekit))
ifeq ($(OS),LINUX)
-$(eval $(call gb_Module_add_slowcheck_targets,libreofficekit,\
+$(eval $(call gb_Module_add_subsequentcheck_targets,libreofficekit,\
CppunitTest_libreofficekit_tiledrendering \
))
diff --git a/libreofficekit/qa/unit/tiledrendering.cxx b/libreofficekit/qa/unit/tiledrendering.cxx
index 7dcd6fb11b78..4e13f0881da6 100644
--- a/libreofficekit/qa/unit/tiledrendering.cxx
+++ b/libreofficekit/qa/unit/tiledrendering.cxx
@@ -16,11 +16,6 @@
#include <string>
#include <stdio.h>
-#include <sal/types.h>
-#include <tools/stream.hxx>
-#include <vcl/salbtype.hxx>
-#include <vcl/bmpacc.hxx>
-#include <vcl/pngwrite.hxx>
#include <osl/file.hxx>
#include <rtl/bootstrap.hxx>