diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-03-10 18:14:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-03-10 18:17:48 +0100 |
commit | b7e1bfefeef372834d4b335820d654e0557c6834 (patch) | |
tree | bb78a08491d38e2b553c41c8e6ed2cf7cc9931da /libreofficekit | |
parent | 5d970faf2e5444c35e9c614eb55d621b02b0289e (diff) |
Fix CppunitTest_libreofficekit_tiledrendering dependencies
Remove the unnecessary ones, but make sure that e.g. the sofficeapp library is
built (which was not covered by depending on services.rdb).
Change-Id: I1adfa4aaaf60787c944d71cc289cdafba8351c1b
Diffstat (limited to 'libreofficekit')
-rw-r--r-- | libreofficekit/CppunitTest_libreofficekit_tiledrendering.mk | 11 | ||||
-rw-r--r-- | libreofficekit/Module_libreofficekit.mk | 2 | ||||
-rw-r--r-- | libreofficekit/qa/unit/tiledrendering.cxx | 5 |
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> |