tdf#159906 - A11Y: Add new direct character formatting group level
[libreoffice.git] / uitest / UITest_math_demo.mk
blobb66cb87f68121a9eaea6571bbe7df3443a48ec05
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,math_demo))
12 $(eval $(call gb_UITest_add_modules,math_demo,$(SRCDIR)/uitest,\
13 math_tests/ \
16 $(eval $(call gb_UITest_set_defs,math_demo, \
17 TDOC="$(SRCDIR)/uitest/math_tests/data" \
20 # vim: set noet sw=4 ts=4: