office-gobmx/sw/UITest_sw_options.mk
Miklos Vajna bad71a9d92 UITest_librelogo: use oneprocess mode
Before: 0m22,417s

After: 0m18,233s

Also UITest_sw_fieldDialog: 0m34,065s -> 0m23,113s

And UITest_sw_options: 0m38,468s -> 0m32,033s

Change-Id: I709205bb8ebe55fe71bc2713d9443b672380b9b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155530
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-08-10 08:15:03 +02:00

18 lines
530 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,sw_options))
$(eval $(call gb_UITest_add_modules,sw_options,$(SRCDIR)/sw/qa/uitest,\
options/ \
))
$(eval $(call gb_UITest_set_defs,sw_options, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_options))