sw/CppunitTest_sw_htmlexport.mk | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit 5b02c7225837615d15f90e36a163fd3c39108465 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Sat Jun 24 19:33:57 2023 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat Jun 24 19:36:19 2023 +0200 Add missing dependency Similar to commit 012875da5bb23e2c90e9cb6132c4b36a7f56648a ("Add missing dependency", 2022-11-08). Change-Id: Iba8024782440b31b24932f5b0b17c392884d2816 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153559 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk index 55450c3571db..3fc4a52c9d26 100644 --- a/sw/CppunitTest_sw_htmlexport.mk +++ b/sw/CppunitTest_sw_htmlexport.mk @@ -65,4 +65,12 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_htmlexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_htmlexport)) +ifeq ($(OS),WNT) +# Initializing DocumentSignatureManager will require gpgme-w32spawn.exe in workdir/LinkTarget/Executable +# In fact, it is not even required to complete test successfully, but the dialog would stop execution +$(eval $(call gb_CppunitTest_use_packages,sw_core_draw,\ + $(call gb_Helper_optional,GPGMEPP,gpgmepp)\ +)) +endif + # vim: set noet sw=4 ts=4: