From 4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 18 Jun 2016 19:37:00 +0200 Subject: [PATCH] uitest: add the demo ui uitest That test just shows features of the test and the use of different UI objects. Change-Id: I49e9fa2d42634951ae5a78aa3a9bf79fefacd298 --- uitest/Module_uitest.mk | 1 + uitest/UITest_demo_ui.mk | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 uitest/UITest_demo_ui.mk diff --git a/uitest/Module_uitest.mk b/uitest/Module_uitest.mk index ac5c322ff6a6..7246bd1da170 100644 --- a/uitest/Module_uitest.mk +++ b/uitest/Module_uitest.mk @@ -14,4 +14,5 @@ $(eval $(call gb_Module_add_uicheck_targets,uitest,\ UITest_calc_demo \ UITest_writer_demo \ UITest_impress_demo \ + UITest_demo_ui \ )) diff --git a/uitest/UITest_demo_ui.mk b/uitest/UITest_demo_ui.mk new file mode 100644 index 000000000000..03da9bba7864 --- /dev/null +++ b/uitest/UITest_demo_ui.mk @@ -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: