summaryrefslogtreecommitdiff
path: root/smoketest/Module_smoketest.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-10-26 10:56:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-10-26 14:50:25 +0100
commit8a9a0447807ad7544a3df5a067dd26a4ee6613f1 (patch)
treed7463d4940ce8ca4d0af770ba1145844544ea843 /smoketest/Module_smoketest.mk
parentc277bedb0ac82194b05b4eac2e6e7367672c185f (diff)
Remove unmaintained Executable_libtest
<https://lists.freedesktop.org/archives/libreoffice/2020-October/086169.html> "Re: Is Executable_libtest still useful?": >> so I wonder whether that program is actually still maintained and used by >> anybody. (At least the last dozen or so changes to smoketest/libtest.cxx >> were of the generic loplugin/typos/tools::Long etc. kind, and we could spare >> ourselves future such work if we removed the file should it indeed be dead >> code.) > > I think this can be removed. https://gitlab.com/ojwb/lloconv does the > same and it seems to be maintained. Change-Id: I039e161ecf4904210e246e389cf4ba85124a66fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104803 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'smoketest/Module_smoketest.mk')
-rw-r--r--smoketest/Module_smoketest.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/smoketest/Module_smoketest.mk b/smoketest/Module_smoketest.mk
index 7e8b6d5f11f6..217dbfa6543a 100644
--- a/smoketest/Module_smoketest.mk
+++ b/smoketest/Module_smoketest.mk
@@ -26,12 +26,6 @@ $(eval $(call gb_Module_add_targets,smoketest,\
endif
endif
-ifneq ($(filter LINUX WNT,$(OS)),)
-$(eval $(call gb_Module_add_check_targets,smoketest,\
- Executable_libtest \
-))
-endif
-
ifneq (MACOSX/TRUE,$(OS)/$(ENABLE_MACOSX_SANDBOX))
ifneq ($(filter EXTENSIONS,$(BUILD_TYPE)),)
$(eval $(call gb_Module_add_subsequentcheck_targets,smoketest,\