disable-unused-test-programs
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sun, 13 Jan 2019 07:25:12 +0000 (07:25 +0000)
committerRene Engelhard <rene@debian.org>
Sun, 13 Jan 2019 07:25:12 +0000 (07:25 +0000)
Gbp-Pq: Name disable-unused-test-programs.diff

libreofficekit/Module_libreofficekit.mk
vcl/Module_vcl.mk
xmlsecurity/Module_xmlsecurity.mk

index 351f89a33e4893c34f61525691fcc030090f2972..defe0b14a68160a8a01390118ba565555c119bae 100644 (file)
@@ -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 \
 ))
index a739d598871690ad9909e2d5b8cf10a9b74c2bee..64c19fd5c1000a0f7807591fc1b93e17a31ab07e 100644 (file)
@@ -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 \
 ))
index 1ce7364d4ce908b98730a576bc5d318a58ed50ce..27ac915d06460a5eac7f40f6bf8ee0e4d5dd6f48 100644 (file)
@@ -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: