office-gobmx/sc/UITest_chart2.mk
Xisco Fauli 0a34078096 sc: split UITest_chart in two
it already has 48 tests

Change-Id: I8ce52b74d29d034531884f32ab965febcd9e266f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124282
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-10-28 11:02:54 +02:00

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