f7ec6a19dc
Execution time changes: - from 4m8,209s to 2m23,235s - from 4m0,718s to 2m35,536s - from 2m52,488s to 1m58,201s - from 2m40,288s to 1m48,718s for me. Change-Id: I9e345d4b97ff888daa9b72598523eb45eaeca648 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149181 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
18 lines
548 B
Makefile
18 lines
548 B
Makefile
# 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 http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_UITest_UITest,writer_tests3))
|
|
|
|
$(eval $(call gb_UITest_add_modules,writer_tests3,$(SRCDIR)/sw/qa/uitest,\
|
|
writer_tests3/ \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_set_defs,writer_tests3, \
|
|
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_use_oneprocess,writer_tests3))
|