diff options
author | Jan-Marek Glogowski <jan-marek.glogowski@extern.cib.de> | 2020-02-16 21:00:57 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2020-02-17 02:45:56 +0100 |
commit | e81414d39bdded7fefb733559656b7bd3458bbe5 (patch) | |
tree | 2ed2a045c287d3822846da9d1c15d6f173b75913 /svx | |
parent | f55140c7376c330bcdac071592aada75e8781e19 (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 'svx')
-rw-r--r-- | svx/Module_svx.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/Module_svx.mk b/svx/Module_svx.mk index 48ab6bcb071d..c4d816e6fc5d 100644 --- a/svx/Module_svx.mk +++ b/svx/Module_svx.mk @@ -47,11 +47,9 @@ $(eval $(call gb_Module_add_targets,svx,\ )) endif -ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,svx,\ JunitTest_svx_unoapi \ )) -endif #todo: noopt for EnhanceCustomShapesFunctionParser.cxx on Solaris Sparc and MacOSX #todo: -DBOOST_SPIRIT_USE_OLD_NAMESPACE only in CustomShapes ? |