office-gobmx/sw/UITest_sw_uibase_docvw.mk
Miklos Vajna 08517cb15b UITest_sw_ui_frmdlg: use oneprocess mode
Before: 0m15,305s

After: 0m13,290s

Also having this in UITest_sw_ui_fmtui, UITest_sw_uibase_docvw and
UITest_sw_uibase_shells doesn't hurt.

Change-Id: I3dbfd4cdccdd059d6daa03211409cea234c04617
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156016
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2023-08-24 08:06:25 +02:00

18 lines
555 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_uibase_docvw))
$(eval $(call gb_UITest_add_modules,sw_uibase_docvw,$(SRCDIR)/sw/qa/uitest,\
uibase/docvw/ \
))
$(eval $(call gb_UITest_set_defs,sw_uibase_docvw, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_uibase_docvw))