office-gobmx/sc/UITest_range_name.mk
Markus Mohrhard 224a8b3856 add test for tdf#86214
We should extend the test and check for all invalid names. At the same
time this can be used as indirect documentation of the names that are
not allowed.

Change-Id: I9c8b760d49ce2bfe40158a9096246a75f727ff9d
2017-03-18 02:04:24 +01:00

15 lines
482 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,range_name))
$(eval $(call gb_UITest_add_modules,range_name,$(SRCDIR)/sc/qa/uitest,\
range_name/ \
))
# vim: set noet sw=4 ts=4: