From: Debian LibreOffice Maintainers Date: Thu, 31 Oct 2019 17:26:41 +0000 (+0000) Subject: disable-unused-test-programs X-Git-Tag: archive/raspbian/1%6.1.5-3+rpi1+deb10u5^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=502f60036d9011ec7e24bcd8ced068e6ef5f812b;p=libreoffice.git disable-unused-test-programs Gbp-Pq: Name disable-unused-test-programs.diff --- diff --git a/libreofficekit/Module_libreofficekit.mk b/libreofficekit/Module_libreofficekit.mk index 351f89a33e4..defe0b14a68 100644 --- a/libreofficekit/Module_libreofficekit.mk +++ b/libreofficekit/Module_libreofficekit.mk @@ -23,12 +23,10 @@ $(eval $(call gb_Module_add_check_targets,libreofficekit, \ ifneq ($(ENABLE_GTK3),) $(eval $(call gb_Module_add_targets,libreofficekit,\ Library_libreofficekitgtk \ - Executable_gtktiledviewer \ )) endif # ($(ENABLE_GTK3),) $(eval $(call gb_Module_add_targets,libreofficekit,\ - Executable_tilebench \ Package_selectionhandles \ UIConfig_libreofficekit \ )) diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index a739d598871..64c19fd5c10 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -29,28 +29,9 @@ $(eval $(call gb_Module_add_targets,vcl,\ StaticLibrary_vclmain \ $(if $(ENABLE_MACOSX_SANDBOX),, \ $(if $(ENABLE_HEADLESS),, \ - Executable_ui-previewer)) \ - $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)), \ - Executable_outdevgrind \ - $(if $(ENABLE_HEADLESS),, \ - Executable_vcldemo \ - Executable_icontest \ - Executable_visualbackendtest \ - Executable_mtfdemo ))) \ + Executable_ui-previewer))) \ )) -ifeq ($(CROSS_COMPILING)$(DISABLE_DYNLOADING),) - -$(eval $(call gb_Module_add_targets,vcl,\ - $(if $(filter-out ANDROID IOS WNT,$(OS)), \ - Executable_svdemo \ - Executable_fftester \ - Executable_svptest \ - Executable_svpclient) \ -)) - -endif - $(eval $(call gb_Module_add_l10n_targets,vcl,\ AllLangMoTarget_vcl \ )) diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index 1ce7364d4ce..27ac915d064 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -36,14 +36,6 @@ $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\ CppunitTest_xmlsecurity_dialogs_test \ )) -ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) - -$(eval $(call gb_Module_add_targets,xmlsecurity,\ - Executable_pdfverify \ -)) - -endif - endif # vim: set noet sw=4 ts=4: