From e81414d39bdded7fefb733559656b7bd3458bbe5 Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Sun, 16 Feb 2020 21:00:57 +0100 Subject: 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 --- sfx2/Module_sfx2.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sfx2/Module_sfx2.mk') 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 -- cgit