tdf#161648 sc a11y: Set a11y name for border style button in sidebar
[libreoffice.git] / uitest / UITest_demo_ui.mk
blobbb67e21b8bca6385687171a9033eef96d35a28ce
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UITest_UITest,demo_ui))
12 $(eval $(call gb_UITest_add_modules,demo_ui,$(SRCDIR)/uitest,\
13 demo_ui/ \
16 $(eval $(call gb_UITest_set_defs,demo_ui, \
17 TDOC="$(SRCDIR)/uitest/demo_ui/data" \
20 # vim: set noet sw=4 ts=4: