xmlsecurity/UITest_xmlsecurity_gpg.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 82f837102e1efbf979bb139c52d9b60d68eeeae1 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Jul 29 08:52:32 2024 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jul 29 12:10:44 2024 +0200 Consistently name UITest targets Change-Id: Ibdf28a56f66f9513a3d4abb25cea8176e47da941 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171174 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/xmlsecurity/UITest_xmlsecurity_gpg.mk b/xmlsecurity/UITest_xmlsecurity_gpg.mk index 1cc130e37c3c..90cb75bee813 100644 --- a/xmlsecurity/UITest_xmlsecurity_gpg.mk +++ b/xmlsecurity/UITest_xmlsecurity_gpg.mk @@ -7,13 +7,13 @@ # file, You can obtain one at https://mozilla.org/MPL/2.0/. # -$(eval $(call gb_UITest_UITest,gpg)) +$(eval $(call gb_UITest_UITest,xmlsecurity_gpg)) -$(eval $(call gb_UITest_add_modules,gpg,$(SRCDIR)/xmlsecurity/qa/uitest,\ +$(eval $(call gb_UITest_add_modules,xmlsecurity_gpg,$(SRCDIR)/xmlsecurity/qa/uitest,\ gpg/ \ )) -$(eval $(call gb_UITest_set_defs,gpg, \ +$(eval $(call gb_UITest_set_defs,xmlsecurity_gpg, \ TDOC="$(SRCDIR)/xmlsecurity/qa/uitest/data" \ ))
