Kaydet (Commit) 651cb304 authored tarafından Andras Timar's avatar Andras Timar

disable a few failing unit tests in MPLv2 subset (fix mismerge)

Change-Id: I6f432d773c71eea34693a74bd8ee44562ade1702
Reviewed-on: https://gerrit.libreoffice.org/73063
Tested-by: Jenkins
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst 09a32260
......@@ -43,18 +43,18 @@ endif
ifeq ($(OS),LINUX)
ifneq ($(PKGFORMAT),)
# Implementation com.sun.star.xml.security.SEInitializer_Gpg
# does not provide a constructor or factory in case of MPLv2 subset
ifneq ($(MPL_SUBSET),TRUE)
$(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \
))
endif
endif
endif
# Implementation com.sun.star.xml.security.SEInitializer_Gpg
# does not provide a constructor or factory in case of MPLv2 subset
ifneq ($(MPL_SUBSET),TRUE)
$(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \
))
endif
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment