office-gobmx/sc/UITest_calc_tests4.mk
Miklos Vajna 10daade356 UITest_calc_tests{,2,3,4}: enable oneprocess mode
Execution time changes:

- from 5m6,456s to 3m26,832s
- from 2m56,710s to 1m56,982s
- from 1m37,645s to 1m9,388s
- from 1m52,203s to 1m12,651s

for me.

Change-Id: Ie3860309c768dd3aaf8efe40a1e995874737b052
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149728
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-03-29 16:24:17 +00:00

22 lines
633 B
Makefile

# -*- 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 http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_UITest_UITest,calc_tests4))
$(eval $(call gb_UITest_add_modules,calc_tests4,$(SRCDIR)/sc/qa/uitest,\
calc_tests4/ \
))
$(eval $(call gb_UITest_set_defs,calc_tests4, \
TDOC="$(SRCDIR)/sc/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,calc_tests4))
# vim: set noet sw=4 ts=4: