office-gobmx/sw/UITest_options.mk
Zdeněk Crhonek ec91419438 add uitest for bug tdf#78133
Change-Id: I3a8c43f84fa69ff9a547806bbac9dfd37617f3e3
Reviewed-on: https://gerrit.libreoffice.org/63533
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
2018-11-18 22:49:49 +01:00

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