summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorJan-Marek Glogowski <jan-marek.glogowski@extern.cib.de>2020-02-16 21:00:57 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2020-02-17 02:45:56 +0100
commite81414d39bdded7fefb733559656b7bd3458bbe5 (patch)
tree2ed2a045c287d3822846da9d1c15d6f173b75913 /unoxml
parentf55140c7376c330bcdac071592aada75e8781e19 (diff)
Drop needless junit and python make conditionals
JunitTest and PythonTest modules check for these themself. Change-Id: Ia453bc99571738b01cc8f161f346cb6c37b2e429 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88832 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/Module_unoxml.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/unoxml/Module_unoxml.mk b/unoxml/Module_unoxml.mk
index bb069531ff63..5008d828c13b 100644
--- a/unoxml/Module_unoxml.mk
+++ b/unoxml/Module_unoxml.mk
@@ -28,11 +28,9 @@ $(eval $(call gb_Module_add_slowcheck_targets,unoxml,\
CppunitTest_unoxml_domtest \
))
-ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,unoxml,\
JunitTest_unoxml_complex \
JunitTest_unordf_complex \
))
-endif
# vim: set noet sw=4 ts=4: