From 654bd1ab45a0f24571f029fcd247cf28db575871 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 7 Aug 2018 18:03:00 +0200 Subject: 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 --- cppuhelper/Module_cppuhelper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ )) -- cgit