From fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34 Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Fri, 22 Jul 2016 14:51:43 +0200 Subject: screenshots: add dialog test cases for cui Only one dialog had to be disabled, some others look not very useful Change-Id: Icbf46365e1824ea320ce721b8c783883336e9278 --- cui/Module_cui.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cui/Module_cui.mk') 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: -- cgit