summaryrefslogtreecommitdiff
path: root/comphelper/Module_comphelper.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-14 23:46:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-15 09:21:48 +0100
commita04d91ea3b11a37b8717999aeeb72239077b4619 (patch)
tree6c2167b59fa80f9d569f1acc3fbea57f7e9a26eb /comphelper/Module_comphelper.mk
parent80ebe51e60cf67b36946764816b53a5d962bafdb (diff)
restore cppunit test (yet again)
Diffstat (limited to 'comphelper/Module_comphelper.mk')
-rw-r--r--comphelper/Module_comphelper.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk
index e1220edb9e77..08e3f17c92e4 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -37,4 +37,8 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
JunitTest_comphelper_complex \
))
+$(eval $(call gb_Module_add_check_targets,comphelper,\
+ CppunitTest_comphelper_test \
+))
+
# vim: set noet sw=4 ts=4: