summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/Module_sc.mk1
-rw-r--r--sd/Module_sd.mk4
2 files changed, 5 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 392fbe096844..e9a49ef9cb2b 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -65,6 +65,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_opencl_test \
CppunitTest_sc_copypaste \
CppunitTest_sc_functions_test \
+ CppunitTest_sc_screenshots \
))
# Disabled to allow the check tinderbox execute the sd tests
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index a6b4f9defb0d..1171eb899fdf 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -46,6 +46,10 @@ $(eval $(call gb_Module_add_check_targets,sd,\
))
endif
+$(eval $(call gb_Module_add_slowcheck_targets,sd, \
+ CppunitTest_sd_dialogs_test \
+))
+
$(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \
))