2016-05-09 03:05:14 -05:00
|
|
|
# -*- 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_Module_Module,uitest))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_uicheck_targets,uitest,\
|
2016-06-18 12:33:01 -05:00
|
|
|
UITest_impress_demo \
|
2016-06-18 12:37:00 -05:00
|
|
|
UITest_demo_ui \
|
2016-07-16 18:22:24 -05:00
|
|
|
UITest_math_demo \
|
2016-05-09 03:05:14 -05:00
|
|
|
))
|