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-07-08 20:11:45 +0200
commitfb8cd9b80932f139972d5c55887d8e3da0287317 (patch)
treefe2218b52750f9e432ca3842f664eaf38d03895b /postprocess
parent3350167d53cd4b25213c716d1a23dcbbbe8b21f9 (diff)
disable a few failing unit tests in MPLv2 subset
Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
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..4671cbc84508 100644
--- a/postprocess/Module_postprocess.mk
+++ b/postprocess/Module_postprocess.mk
@@ -49,8 +49,12 @@ $(eval $(call gb_Module_add_check_targets,postprocess,\
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: