summaryrefslogtreecommitdiff
path: root/comphelper/Module_comphelper.mk
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-02-01 19:21:09 +0100
committerMichael Stahl <mst@openoffice.org>2011-02-01 19:21:09 +0100
commit2b80af23f8142c9bb970a8de20040098ea8ed2b9 (patch)
tree0c23b882981177005e9dc3a73a7df1801bf1adf3 /comphelper/Module_comphelper.mk
parent153a326981896a84523d3e6ff5340b2c3497136c (diff)
gnumake3: convert some dmake files for tests to gbuild
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 8f447566cf5f..e39d973fe23e 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -32,4 +32,8 @@ $(eval $(call gb_Module_add_targets,comphelper,\
Library_comphelp \
))
+$(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
+ JunitTest_comphelper_complex \
+))
+
# vim: set noet ts=4 sw=4: