summaryrefslogtreecommitdiffstats
path: root/cui/Module_cui.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 14:51:43 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:12 +0200
commitfd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34 (patch)
tree600316f98250069e7f264a9cb23ca2b767c22259 /cui/Module_cui.mk
parentscreenshots: add dialog test cases for svx (diff)
downloadcore-fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34.tar.gz
core-fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34.zip
screenshots: add dialog test cases for cui
Only one dialog had to be disabled, some others look not very useful Change-Id: Icbf46365e1824ea320ce721b8c783883336e9278
Diffstat (limited to 'cui/Module_cui.mk')
-rw-r--r--cui/Module_cui.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/Module_cui.mk b/cui/Module_cui.mk
index 2a2fca492502..9bd48b8806eb 100644
--- a/cui/Module_cui.mk
+++ b/cui/Module_cui.mk
@@ -18,4 +18,8 @@ $(eval $(call gb_Module_add_l10n_targets,cui,\
UIConfig_cui \
))
+$(eval $(call gb_Module_add_slowcheck_targets,cui,\
+ CppunitTest_cui_dialogs_test \
+))
+
# vim: set noet sw=4 ts=4: