08517cb15b
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>
18 lines
555 B
Makefile
18 lines
555 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_uibase_docvw))
|
|
|
|
$(eval $(call gb_UITest_add_modules,sw_uibase_docvw,$(SRCDIR)/sw/qa/uitest,\
|
|
uibase/docvw/ \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_set_defs,sw_uibase_docvw, \
|
|
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
|
|
))
|
|
|
|
$(eval $(call gb_UITest_use_oneprocess,sw_uibase_docvw))
|