office-gobmx/sc/UITest_signatureLine.mk
Zdeněk Crhonek 97ed3b93e1 uitest Calc signature line
Change-Id: I249c843f89ed5fe1d413f17fa57671d4ef9c69b2
Reviewed-on: https://gerrit.libreoffice.org/62404
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2018-10-27 19:36:21 +02:00

19 lines
597 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,signatureLine))
$(eval $(call gb_UITest_add_modules,signatureLine,$(SRCDIR)/sc/qa/uitest,\
signatureLine/ \
))
$(eval $(call gb_UITest_set_defs,signatureLine, \
TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
))
# vim: set noet sw=4 ts=4: