[Libreoffice-commits] core.git: cppuhelper/Module_cppuhelper.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Aug 9 18:33:38 UTC 2018


 cppuhelper/Module_cppuhelper.mk |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 8f482ea747af838401936543e720454f02bc47e2
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 9 16:34:34 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Aug 9 20:33:12 2018 +0200

    No more need for CppunitTest_cppuhelper_qa_weak to be a subsequentcheck
    
    ...as gbuild can handle such dependencies from tests to libraries from modules
    higher up in the hierarchy
    
    Change-Id: Ia3993c50feba3916572febe0748c99561b8a8675
    Reviewed-on: https://gerrit.libreoffice.org/58775
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk
index 10d51758d662..35b95e5ab869 100644
--- a/cppuhelper/Module_cppuhelper.mk
+++ b/cppuhelper/Module_cppuhelper.mk
@@ -20,10 +20,6 @@ $(eval $(call gb_Module_add_check_targets,cppuhelper,\
 	CppunitTest_cppuhelper_cppu_ifcontainer \
 	CppunitTest_cppuhelper_cppu_unourl \
 	CppunitTest_cppuhelper_qa_misc \
-))
-
-# CppunitTest_cppuhelper_qa_weak depends on module bridges
-$(eval $(call gb_Module_add_subsequentcheck_targets,cppuhelper,\
 	CppunitTest_cppuhelper_qa_weak \
 ))
 


More information about the Libreoffice-commits mailing list