summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-12-19 21:43:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-12-20 12:18:01 +0100
commit9ac86f914e6086c4bb2f5214c73d21ee308c24c4 (patch)
tree576726056f3048eb301371514b1bc327a9a8c378 /desktop
parent72b936d70b7eaa6d9f5f911b27e3c955382de967 (diff)
missing test dependencies
Change-Id: I6dd52a9116d7d6f692e6f1a080c7169a92b265ea Reviewed-on: https://gerrit.libreoffice.org/65463 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/CppunitTest_desktop_lib.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/desktop/CppunitTest_desktop_lib.mk b/desktop/CppunitTest_desktop_lib.mk
index b25ab04bda8d..a63b7c5d7356 100644
--- a/desktop/CppunitTest_desktop_lib.mk
+++ b/desktop/CppunitTest_desktop_lib.mk
@@ -55,4 +55,21 @@ $(eval $(call gb_CppunitTest_use_configuration,desktop_lib))
$(eval $(call gb_CppunitTest_use_more_fonts,desktop_lib))
+$(eval $(call gb_CppunitTest_use_packages,desktop_lib, \
+ scripting_scriptbindinglib \
+ wizards_basicshare \
+ wizards_basicsrvaccess2base \
+ wizards_basicsrvdepot \
+ wizards_basicsrveuro \
+ wizards_basicsrvform \
+ wizards_basicsrvgimmicks \
+ wizards_basicsrvimport \
+ wizards_basicsrvtemplate \
+ wizards_basicsrvtools \
+))
+
+$(eval $(call gb_CppunitTest_use_uiconfigs,desktop_lib, \
+ modules/swriter \
+))
+
# vim: set noet sw=4 ts=4: