2016-05-09 10:05:14 +02: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,\
|
|
|
|
UITest_calc_demo \
|
2016-05-22 01:39:09 +02:00
|
|
|
UITest_writer_demo \
|
2016-06-18 19:33:01 +02:00
|
|
|
UITest_impress_demo \
|
2016-06-18 19:37:00 +02:00
|
|
|
UITest_demo_ui \
|
2016-07-17 01:22:24 +02:00
|
|
|
UITest_math_demo \
|
2016-12-21 14:45:30 +01:00
|
|
|
UITest_manual_tests \
|
2016-05-09 10:05:14 +02:00
|
|
|
))
|