vcl/Module_vcl.mk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
New commits: commit 282126c22cccac60388df2cbf3216acb3ba33e21 Author: Luboš Luňák <l.lu...@collabora.com> AuthorDate: Wed Oct 30 12:03:24 2019 +0100 Commit: Luboš Luňák <l.lu...@collabora.com> CommitDate: Wed Oct 30 12:04:24 2019 +0100 make CppunitTest_vcl_pdfexport a slowcheck Because it is, well, slow. Change-Id: I0efb4ee9720736aded938adbb93b12cb227ac2ae diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 859702ca4032..5620f188c7f2 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -206,12 +206,6 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_backend_test \ )) -ifneq (,$(filter PDFIUM,$(BUILD_TYPE))) -$(eval $(call gb_Module_add_check_targets,vcl,\ - CppunitTest_vcl_pdfexport \ -)) -endif - ifeq ($(USING_X11),TRUE) $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_timer \ @@ -249,4 +243,10 @@ $(eval $(call gb_Module_add_slowcheck_targets,vcl,\ )) endif +ifneq (,$(filter PDFIUM,$(BUILD_TYPE))) +$(eval $(call gb_Module_add_slowcheck_targets,vcl,\ + CppunitTest_vcl_pdfexport \ +)) +endif + # vim: set noet sw=4 ts=4: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits