4ee0aa2ebd
Execution time goes from: real 1m36,132s to: real 0m49,165s Also the same for UITest_conditional_format: 1m36,842s -> 1m14,630s Also the same for UITest_csv_dialog: 1m25,584s -> 0m59,205s Also the same for UITest_external_links: 0m27,881s -> 0m19,912s Change-Id: Iec462dd578956d3c62b8944de367e46bd3abe975 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152464 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
22 lines
628 B
Makefile
22 lines
628 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# 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,csv_dialog))
|
|
|
|
$(eval $(call gb_UITest_add_modules,csv_dialog,$(SRCDIR)/sc/qa/uitest,\
|
|
csv_dialog/ \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_set_defs,csv_dialog, \
|
|
TDOC="$(SRCDIR)/sc/qa/uitest/data" \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_use_oneprocess,csv_dialog))
|
|
|
|
# vim: set noet sw=4 ts=4:
|