summaryrefslogtreecommitdiff
path: root/xmlsecurity/Module_xmlsecurity.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 17:44:30 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:15 +0200
commit51cd1024a689955beacb1a64f30931e2797f7f43 (patch)
treec13c041e90de0814fe3cc3823b79934be2a6e979 /xmlsecurity/Module_xmlsecurity.mk
parent5212bd732f516a163ff514319937473fa57e81bf (diff)
screenshots: add dialog test cases for xmlsecurity
All *.ui files create a screenshot, but not all look useful Change-Id: I5ae156d76d4b0b53a8c5a9950afdbc42d8e66b73
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index f5fb0caf62d9..63b2f8c545d7 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -31,4 +31,8 @@ $(eval $(call gb_Module_add_l10n_targets,xmlsecurity,\
CppunitTest_qa_certext \
))
+$(eval $(call gb_Module_add_slowcheck_targets,xmlsecurity,\
+ CppunitTest_xmlsecurity_dialogs_test \
+))
+
# vim: set noet sw=4 ts=4: