diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-08-07 18:03:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-08-09 15:55:39 +0200 |
commit | 654bd1ab45a0f24571f029fcd247cf28db575871 (patch) | |
tree | 1dfa87cd12e56bd83ba6e5d48b359fad8aec4929 /cppuhelper | |
parent | 8313116f962ac87e103ea22aafb58700b8c695da (diff) |
No need for CppunitTest_cppuhelper_qa_misc to be a subsequentcheck
Change-Id: I5b27c4803a9927ff9e2be084e7abbae7fdf94f55
Reviewed-on: https://gerrit.libreoffice.org/58696
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/Module_cppuhelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk index 296b85daf3f9..10d51758d662 100644 --- a/cppuhelper/Module_cppuhelper.mk +++ b/cppuhelper/Module_cppuhelper.mk @@ -19,11 +19,11 @@ $(eval $(call gb_Module_add_targets,cppuhelper,\ $(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_misc \ CppunitTest_cppuhelper_qa_weak \ )) |