summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-11-19 14:12:30 +0100
committerMichael Stahl <mstahl@redhat.com>2015-11-19 16:57:52 +0100
commite253ff9631c1939a11442f966674c1e49f408bb3 (patch)
tree2962cb6bb59eaf5d64e55ab3e44dfc6827aed924 /cppuhelper
parent0f54e537c68e9b1e95769465aa7f7cd189c67053 (diff)
cppuhelper: enable CppunitTest_cppuhelper_qa_weak
Change-Id: Ie2339b31b1a2293183a29defb8a4944cb9eb61a8
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/Module_cppuhelper.mk4
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: