diff options
author | Moritz Duge <moritz.duge@allotropia.de> | 2024-05-21 17:25:09 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-07-17 21:02:52 +0200 |
commit | a7327e95cee60d59bdec1b62e144179efa9f2eb8 (patch) | |
tree | 6385a1f44dfd22fcfd3427a56cc229bfaf8ad836 /xmlsecurity/Module_xmlsecurity.mk | |
parent | d82fffff53e824b571fd7b7c65c51324ddf9549e (diff) |
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 <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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,\ |