diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Module_sd.mk | 4 |
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 \ )) |