diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 16:34:34 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 20:33:12 +0200 |
commit | 8f482ea747af838401936543e720454f02bc47e2 (patch) | |
tree | 98a530c70b0dfca138440d59825eef160f0a94ae /cppuhelper | |
parent | 10179c33d26c5fed4bb6664e0f29b16d5abaff51 (diff) |
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>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/Module_cppuhelper.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ )) |