summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 19:37:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 19:37:41 +0200
commit4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c (patch)
treefbabafc2dfb073bfefc0a8c18997520582854496 /uitest
parentuitest: also add the impress uitest demo to the makefiles (diff)
downloadcore-4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c.tar.gz
core-4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c.zip
uitest: add the demo ui uitest
That test just shows features of the test and the use of different UI objects. Change-Id: I49e9fa2d42634951ae5a78aa3a9bf79fefacd298
Diffstat (limited to 'uitest')
-rw-r--r--uitest/Module_uitest.mk1
-rw-r--r--uitest/UITest_demo_ui.mk16
2 files changed, 17 insertions, 0 deletions
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: