summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2012-02-07 15:15:40 +0000
committerAndre Fischer <af@apache.org>2012-02-07 15:15:40 +0000
commitce5c72c92b1953406409d287c6b3c67957164c9b (patch)
treefe8a1923c2d55389ae6a400099ca209145201363 /comphelper
parent95b3ad6537416555f260283dad69e048dba51c34 (diff)
Do not add targets for junit tests when junit is disabled.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/Module_comphelper.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/comphelper/Module_comphelper.mk b/comphelper/Module_comphelper.mk
index 91bb35c88d15..3e192e533d1a 100644
--- a/comphelper/Module_comphelper.mk
+++ b/comphelper/Module_comphelper.mk
@@ -28,8 +28,10 @@ $(eval $(call gb_Module_add_targets,comphelper,\
Library_comphelp \
))
+ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,comphelper,\
JunitTest_comphelper_complex \
))
+endif
# vim: set noet ts=4 sw=4: