31b365d1fe
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
16 lines
459 B
Makefile
16 lines
459 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_chart))
|
|
|
|
$(eval $(call gb_UITest_add_modules,sw_chart,$(SRCDIR)/sw/qa/uitest,\
|
|
chart/ \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_use_oneprocess,sw_chart))
|
|
|
|
# vim: set noet sw=4 ts=4:
|