summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-11-12 19:26:50 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-11-13 09:50:52 +0100
commit4d982839241041ad959bbd577223009af142fb4d (patch)
tree5cc38fcc5a6f139e2788df04595200978f5498cd
parent9d9b3a61b1233fa6e1f399dcfba1e79f65f56caf (diff)
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@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r--sd/Module_sd.mk4
1 files changed, 2 insertions, 2 deletions
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 \
))