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@redhat.com>
This commit is contained in:
Stephan Bergmann 2018-08-09 16:34:34 +02:00
parent 10179c33d2
commit 8f482ea747

View file

@ -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 \
))