office-gobmx/sd/UITest_impress_tests2.mk
Miklos Vajna 18cab64548 tdf#154451 UITest_impress_tests{,2}: enable oneprocess mode
Execution time changes:

- from 2m10,846s to 1m34,525s
- from 1m37,723s to 1m7,339s

for me.

Change-Id: Id1bf511ec01694497b9fbc6b95aa7c4ac9bb4a44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150019
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-04-04 15:31:27 +02:00

20 lines
581 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,impress_tests2))
$(eval $(call gb_UITest_add_modules,impress_tests2,$(SRCDIR)/sd/qa/uitest,\
impress_tests2/ \
))
$(eval $(call gb_UITest_set_defs,impress_tests2, \
TDOC="$(SRCDIR)/sd/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,impress_tests2))
# vim: set noet sw=4 ts=4: