From 651cb3049ca250780715b8875bc206f344cc134c Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 27 May 2019 20:56:45 +0200 Subject: [PATCH] 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: Andras Timar --- postprocess/Module_postprocess.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index c1b0fad212d8..4671cbc84508 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -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: -- 2.18.1