uitest: add the demo ui uitest

That test just shows features of the test and the use of different UI
objects.

Change-Id: I49e9fa2d42634951ae5a78aa3a9bf79fefacd298
This commit is contained in:
Markus Mohrhard 2016-06-18 19:37:00 +02:00
parent e672eb7a08
commit 4d0d3e71cc
2 changed files with 17 additions and 0 deletions

View File

@ -14,4 +14,5 @@ $(eval $(call gb_Module_add_uicheck_targets,uitest,\
UITest_calc_demo \
UITest_writer_demo \
UITest_impress_demo \
UITest_demo_ui \
))

16
uitest/UITest_demo_ui.mk Normal file
View File

@ -0,0 +1,16 @@
# -*- 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,demo_ui))
$(eval $(call gb_UITest_add_modules,demo_ui,$(SRCDIR)/uitest,\
demo_ui/demo_ui.txt \
))
# vim: set noet sw=4 ts=4: