[Libreoffice-commits] core.git: cppuhelper/Module_cppuhelper.mk

Michael Stahl mstahl at redhat.com
Thu Nov 19 08:01:02 PST 2015


 cppuhelper/Module_cppuhelper.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e253ff9631c1939a11442f966674c1e49f408bb3
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 19 14:12:30 2015 +0100

    cppuhelper: enable CppunitTest_cppuhelper_qa_weak
    
    Change-Id: Ie2339b31b1a2293183a29defb8a4944cb9eb61a8

diff --git a/cppuhelper/Module_cppuhelper.mk b/cppuhelper/Module_cppuhelper.mk
index 35bb7b7..7978aab 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:


More information about the Libreoffice-commits mailing list