diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-07-22 17:25:26 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:14 +0200 |
commit | d43fc027a5fb724ebd4cfc4b2072ba6ced77bb9d (patch) | |
tree | 0be983c021913243c2098541cdfa1917575d4384 /uui/Module_uui.mk | |
parent | 89a0328551578ec60e1548776da9633263226cb7 (diff) |
screenshots: add dialog test cases for uui
All *.ui files create a screenshot, but not all look useful
Change-Id: I95c254a2f98e0d5b1efc4f167be8499c5cf82436
Diffstat (limited to 'uui/Module_uui.mk')
-rw-r--r-- | uui/Module_uui.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uui/Module_uui.mk b/uui/Module_uui.mk index 193bea5c9ab0..0f197a363d2b 100644 --- a/uui/Module_uui.mk +++ b/uui/Module_uui.mk @@ -18,4 +18,8 @@ $(eval $(call gb_Module_add_l10n_targets,uui,\ UIConfig_uui \ )) +$(eval $(call gb_Module_add_slowcheck_targets,uui,\ + CppunitTest_uui_dialogs_test \ +)) + # vim: set noet sw=4 ts=4: |