office-gobmx/sw/UITest_sw_sidebar.mk
Xisco Fauli 708ac46fa5 uitest: sw: test load styles from template
Also add a new module for sidebar tests
Change-Id: Iba823907f2a71d590152c17855355ed5a0a44326

Change-Id: I41a023468a90ca7d79822b6a1c78bf24ee971bc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109566
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-18 23:35:23 +01:00

16 lines
477 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_sidebar))
$(eval $(call gb_UITest_add_modules,sw_sidebar,$(SRCDIR)/sw/qa/uitest,\
sidebar/ \
))
$(eval $(call gb_UITest_set_defs,sw_sidebar, \
TDOC="$(SRCDIR)/sw/qa/uitest/data" \
))