summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
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 'sfx2')
-rw-r--r--sfx2/Module_sfx2.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index b3a1f061b853..8ebe54cef9c7 100644
--- a/sfx2/Module_sfx2.mk
+++ b/sfx2/Module_sfx2.mk
@@ -38,18 +38,14 @@ $(eval $(call gb_Module_add_check_targets,sfx2,\
CppunitTest_sfx2_classification \
))
-ifneq ($(ENABLE_JAVA),)
$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
JunitTest_sfx2_complex \
JunitTest_sfx2_unoapi \
))
-endif
-ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
PythonTest_sfx2_python \
))
-endif
#todo: clean up quickstarter stuff in both libraries
#todo: move standard pool to svl