office-gobmx/sc/UITest_textToColumns.mk
Xisco Fauli 6eedac6b19 uitest: sc: move textToColumns tests to their own folder
Change-Id: I20742a89544859f397c8ae45db0c91f4abe1e940
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118687
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-07-12 12:54:19 +02:00

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