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>
This commit is contained in:
Miklos Vajna 2023-08-23 19:35:40 +02:00
parent f0a6c9c7da
commit 08517cb15b
4 changed files with 8 additions and 0 deletions

View file

@ -14,3 +14,5 @@ $(eval $(call gb_UITest_add_modules,sw_ui_fmtui,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_ui_fmtui, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_ui_fmtui))

View file

@ -14,3 +14,5 @@ $(eval $(call gb_UITest_add_modules,sw_ui_frmdlg,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_ui_frmdlg, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_ui_frmdlg))

View file

@ -14,3 +14,5 @@ $(eval $(call gb_UITest_add_modules,sw_uibase_docvw,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_uibase_docvw, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_uibase_docvw))

View file

@ -14,3 +14,5 @@ $(eval $(call gb_UITest_add_modules,sw_uibase_shells,$(SRCDIR)/sw/qa/uitest,\
$(eval $(call gb_UITest_set_defs,sw_uibase_shells, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,sw_uibase_shells))