[Libreoffice-commits] core.git: desktop/CppunitTest_desktop_lib.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 20 11:18:31 UTC 2018
desktop/CppunitTest_desktop_lib.mk | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
New commits:
commit 9ac86f914e6086c4bb2f5214c73d21ee308c24c4
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Dec 19 21:43:06 2018 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 20 12:18:01 2018 +0100
missing test dependencies
Change-Id: I6dd52a9116d7d6f692e6f1a080c7169a92b265ea
Reviewed-on: https://gerrit.libreoffice.org/65463
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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:
More information about the Libreoffice-commits
mailing list