summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index 03c884c491b0..5d5a2ac1e39d 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -129,4 +129,9 @@ $(eval $(call gb_Module_add_check_targets,vcl,\
CppunitTest_vcl_blocklistparser_test \
))
endif
+
+$(eval $(call gb_Module_add_slowcheck_targets,vcl,\
+ CppunitTest_vcl_dialogs_test \
+))
+
# vim: set noet sw=4 ts=4: