diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-05-27 20:56:45 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-05-27 23:04:24 +0200 |
commit | 651cb3049ca250780715b8875bc206f344cc134c (patch) | |
tree | 93f89adeb9cdcb215e3e6e34de31b6e0de587b9b /postprocess | |
parent | 09a322600b2343ff25218bba198da25d7bb7888c (diff) |
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@collabora.com>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Module_postprocess.mk | 8 |
1 files 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: |