2024-05-21 10:25:09 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
2024-07-29 01:52:32 -05:00
|
|
|
$(eval $(call gb_UITest_UITest,xmlsecurity_gpg))
|
2024-05-21 10:25:09 -05:00
|
|
|
|
2024-07-29 01:52:32 -05:00
|
|
|
$(eval $(call gb_UITest_add_modules,xmlsecurity_gpg,$(SRCDIR)/xmlsecurity/qa/uitest,\
|
2024-05-21 10:25:09 -05:00
|
|
|
gpg/ \
|
|
|
|
))
|
|
|
|
|
2024-07-29 01:52:32 -05:00
|
|
|
$(eval $(call gb_UITest_set_defs,xmlsecurity_gpg, \
|
2024-05-21 10:25:09 -05:00
|
|
|
TDOC="$(SRCDIR)/xmlsecurity/qa/uitest/data" \
|
|
|
|
))
|
|
|
|
|
2024-07-31 07:42:57 -05:00
|
|
|
# oneprocess prevents setting GNUPGHOME
|
|
|
|
$(eval $(call gb_UITest_avoid_oneprocess,xmlsecurity_gpg))
|
|
|
|
|
2024-05-21 10:25:09 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|