224a8b3856
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
15 lines
482 B
Makefile
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:
|