diff options
-rw-r--r-- | cppuhelper/Module_cppuhelper.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk index 35bb7b794b38..7978aaba96a7 100644 --- a/cppuhelper/Module_cppuhelper.mk +++ b/cppuhelper/Module_cppuhelper.mk @@ -20,6 +20,10 @@ $(eval $(call gb_Module_add_check_targets,cppuhelper,\ CppunitTest_cppuhelper_cppu_ifcontainer \ CppunitTest_cppuhelper_cppu_unourl \ )) + # CppunitTest_cppuhelper_qa_weak depends on module bridges +$(eval $(call gb_Module_add_subsequentcheck_targets,cppuhelper,\ + CppunitTest_cppuhelper_qa_weak \ +)) # vim: set noet sw=4 ts=4: |