457acbfa30
Before: make -sr -j2 UITest_writer_tests UITest_writer_tests2 -> 5m9,863s After: make -sr -j4 UITest_writer_tests UITest_writer_tests2 UITest_writer_tests3 UITest_writer_tests4 -> 2m21,734s Again just assuming that each .py file means the same amount of CPU cost (which may not be true exactly). Change-Id: I9c4144c40eb1116d4b999bbba68e2fbef440af7b Reviewed-on: https://gerrit.libreoffice.org/56880 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
16 lines
505 B
Makefile
16 lines
505 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,writer_tests3))
|
|
|
|
$(eval $(call gb_UITest_add_modules,writer_tests3,$(SRCDIR)/sw/qa/uitest,\
|
|
writer_tests3/ \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_set_defs,writer_tests3, \
|
|
TDOC="$(SRCDIR)/sw/qa/uitest/writer_tests/data" \
|
|
))
|