disable-unused-test-programs
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Tue, 10 Jul 2018 19:07:55 +0000 (20:07 +0100)
committerRene Engelhard <rene@debian.org>
Tue, 10 Jul 2018 19:07:55 +0000 (20:07 +0100)
Gbp-Pq: Name disable-unused-test-programs.diff

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

index c74c0681328e6b2497a97b2908125c7e9f1e70d1..b7261531faaf4ba72f2583d0e9906925bb0feae1 100644 (file)
@@ -23,11 +23,11 @@ $(eval $(call gb_Module_add_check_targets,libreofficekit, \
 ifneq ($(ENABLE_GTK3),)
 $(eval $(call gb_Module_add_targets,libreofficekit,\
     Library_libreofficekitgtk \
-    Executable_gtktiledviewer \
-    Executable_tilebench \
     Package_selectionhandles \
 ))
 endif # ($(ENABLE_GTK3),)
+#    Executable_gtktiledviewer \
+#    Executable_tilebench \
 
 endif
 
index 40fee27321b41a68fbbe2b2573f5d5743bf47c8a..8505a09657b52d69f5bcbed1c5b7e6ce3f81af30 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 693abbb80a0f94798d4badcaa67319b75718d337..30dc317721e4aad21334893865a935c153f1ec2e 100644 (file)
@@ -37,14 +37,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: