summaryrefslogtreecommitdiff
path: root/framework
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 /framework
parent95b3ad6537416555f260283dad69e048dba51c34 (diff)
Do not add targets for junit tests when junit is disabled.
Diffstat (limited to 'framework')
-rw-r--r--framework/Module_framework.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Module_framework.mk b/framework/Module_framework.mk
index f31560e2416e..5415008b1e75 100644
--- a/framework/Module_framework.mk
+++ b/framework/Module_framework.mk
@@ -36,8 +36,11 @@ $(eval $(call gb_Module_add_targets,framework,\
Package_unotypes \
))
+ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,framework,\
JunitTest_framework_complex \
JunitTest_framework_unoapi \
))
+endif
+
# vim: set noet ts=4 sw=4: