[Libreoffice-commits] core.git: postprocess/Module_postprocess.mk
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 27 21:05:35 UTC 2019
postprocess/Module_postprocess.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 651cb3049ca250780715b8875bc206f344cc134c
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon May 27 20:56:45 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon May 27 23:04:24 2019 +0200
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 <andras.timar at collabora.com>
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:
More information about the Libreoffice-commits
mailing list