diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-07-22 14:51:43 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:12 +0200 |
commit | fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34 (patch) | |
tree | 600316f98250069e7f264a9cb23ca2b767c22259 /cui/Module_cui.mk | |
parent | 62b84ba934d8fafe05ffc76ed73d05b450dc714f (diff) |
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.mk | 4 |
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: |