office-gobmx/sw/UITest_classification.mk
Miklos Vajna 31b365d1fe UITest_sw_{navigator,findBar,classification,chart}: enable oneprocess mode
Execution time changes:

- from 2m5,297s to 1m28,636s
- from 20,711s to 14,122s
- from 18,361s to 14,835s
- from 15,874s to 14,810s

for me.

See tdf#154451 for motivation.

Change-Id: I7d5735f9b900568c7f7aa61ce7be5e622bd9fc38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150253
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2023-04-12 09:11:19 +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,classification))
$(eval $(call gb_UITest_add_modules,classification,$(SRCDIR)/sw/qa/uitest,\
classification/ \
))
$(eval $(call gb_UITest_set_defs,classification, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))
$(eval $(call gb_UITest_use_oneprocess,classification))
# vim: set noet sw=4 ts=4: