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 --- sc/Module_sc.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc') diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index d52537f1c908..a56b9d4c9f70 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -217,11 +217,9 @@ $(eval $(call gb_Module_add_perfcheck_targets,sc,\ CppunitTest_sc_tablesheetobj \ )) -ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_Module_add_subsequentcheck_targets,sc,\ PythonTest_sc_python \ )) -endif # screenshots $(eval $(call gb_Module_add_screenshot_targets,sc,\ -- cgit