[Libreoffice-commits] core.git: sw/UITest_writer_macro_tests.mk
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 2 11:05:53 UTC 2020
sw/UITest_writer_macro_tests.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 262fae7a478dba80caff4d35651965742cb166f9
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Apr 2 11:10:11 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Apr 2 13:05:16 2020 +0200
Make UITest name match .mk file name
Change-Id: I38f85fcedfed92a04c2a5538821e94e1c9866ebe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91552
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/UITest_writer_macro_tests.mk b/sw/UITest_writer_macro_tests.mk
index 3aad09e8f04f..3318e1f5d5dc 100644
--- a/sw/UITest_writer_macro_tests.mk
+++ b/sw/UITest_writer_macro_tests.mk
@@ -5,12 +5,12 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-$(eval $(call gb_UITest_UITest,macro_tests))
+$(eval $(call gb_UITest_UITest,writer_macro_tests))
-$(eval $(call gb_UITest_add_modules,macro_tests,$(SRCDIR)/sw/qa/uitest,\
+$(eval $(call gb_UITest_add_modules,writer_macro_tests,$(SRCDIR)/sw/qa/uitest,\
macro_tests/ \
))
-$(eval $(call gb_UITest_set_defs,macro_tests, \
+$(eval $(call gb_UITest_set_defs,writer_macro_tests, \
TDOC="$(SRCDIR)/sw/qa/uitest/macro_tests/data" \
))
More information about the Libreoffice-commits
mailing list