office-gobmx/sc/UITest_key_f4.mk
Zdeněk Crhonek e72577d1eb uitest for bug tdf#102525
Change-Id: Idb3810d99ebbd33bf0961f362694d0f4961fb912
Reviewed-on: https://gerrit.libreoffice.org/57463
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2018-07-16 18:59:47 +02:00

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