[Libreoffice-commits] core.git: sd/Module_sd.mk
Tamás Zolnai
tamas.zolnai at collabora.com
Mon Nov 13 08:51:23 UTC 2017
sd/Module_sd.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4d982839241041ad959bbd577223009af142fb4d
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Sun Nov 12 19:26:50 2017 +0100
Move sd unit tests to slowcheck
Similar to sw modules we have mostly filters tests here which
takes a bigger amount of time.
Change-Id: I1305fa7904b74f849762ce4e4d7a005680b3a055
Reviewed-on: https://gerrit.libreoffice.org/44656
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 9a35b832a5bf..becd4528e81f 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_Module_add_l10n_targets,sd,\
))
ifeq ($(filter DRAGONFLY FREEBSD,$(OS)),)
-$(eval $(call gb_Module_add_check_targets,sd,\
+$(eval $(call gb_Module_add_slowcheck_targets,sd,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
CppunitTest_sd_uimpress) \
CppunitTest_sd_import_tests \
@@ -42,7 +42,7 @@ endif
ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX)
-$(eval $(call gb_Module_add_check_targets,sd,\
+$(eval $(call gb_Module_add_slowcheck_targets,sd,\
CppunitTest_sd_svg_export_tests \
CppunitTest_sd_tiledrendering \
))
More information about the Libreoffice-commits
mailing list