summaryrefslogtreecommitdiff
path: root/xmloff
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 /xmloff
parent95b3ad6537416555f260283dad69e048dba51c34 (diff)
Do not add targets for junit tests when junit is disabled.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/Module_xmloff.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk
index 77d166e75c1c..aea13d4da8be 100644
--- a/xmloff/Module_xmloff.mk
+++ b/xmloff/Module_xmloff.mk
@@ -30,9 +30,11 @@ $(eval $(call gb_Module_add_targets,xmloff,\
Package_inc \
))
+ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,xmloff,\
JunitTest_xmloff_unoapi \
))
+endif
#todo: map file
#todo: xmlkywd.lib - built, but never used?!