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

vcl/Module_vcl.mk
xmlsecurity/Module_xmlsecurity.mk

index a5e4bf5d68d2714e1f07468e15fa66e1f4196f1f..3e9e1bf9fe278df0836cca14cb5389e838edcf3a 100644 (file)
@@ -28,28 +28,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,\
     AllLangResTarget_vcl \
     UIConfig_vcl \
index b14729ffc405f6b6f96d7e434b8373868e537836..30b18373a8950cc1b335bd7f5ac22857f4b96c82 100644 (file)
@@ -39,14 +39,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: