summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-01-24 10:28:07 +0000
committerAndras Timar <andras.timar@collabora.com>2019-05-27 20:30:37 +0200
commit09a322600b2343ff25218bba198da25d7bb7888c (patch)
treeb4840e611e908df5cc34beba462044032a9d49c6 /postprocess
parentdcc175b8589b05f90bd24cd1d0738103c07d6507 (diff)
disable a few failing unit tests in MPLv2 subset
Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd Reviewed-on: https://gerrit.libreoffice.org/73049 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/Module_postprocess.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk
index b02faf7b9310..c1b0fad212d8 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -43,11 +43,15 @@ 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
$(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \