office-gobmx/sc/UITest_validity.mk
Zdeněk Crhonek 84ccbb5123 uitest Calc - Validity
Change-Id: I0de19f41e177eebf6212ff2de905ca1a7859e9c5
Reviewed-on: https://gerrit.libreoffice.org/57394
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2018-07-13 21:47:10 +02:00

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