From a7327e95cee60d59bdec1b62e144179efa9f2eb8 Mon Sep 17 00:00:00 2001 From: Moritz Duge Date: Tue, 21 May 2024 17:25:09 +0200 Subject: xmlsecurity: Add UItest (save GPG encrypted ODF) Change-Id: I09dd13334e0d3da5f6004312bae69b5c77120434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167904 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- xmlsecurity/Module_xmlsecurity.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xmlsecurity/Module_xmlsecurity.mk') diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index f5b442683ab6..cff200f9fbe2 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -42,6 +42,10 @@ $(eval $(call gb_Module_add_screenshot_targets,xmlsecurity,\ CppunitTest_xmlsecurity_dialogs_test \ )) +$(eval $(call gb_Module_add_uicheck_targets,xmlsecurity,\ + UITest_xmlsecurity_gpg \ +)) + ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) ifneq (,$(or $(ENABLE_NSS),$(filter WNT,$(OS)))) $(eval $(call gb_Module_add_targets,xmlsecurity,\ -- cgit