diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 19:37:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 19:37:41 +0200 |
commit | 4d0d3e71cce879c7a882ca3eb2bc4a713c945c7c (patch) | |
tree | fbabafc2dfb073bfefc0a8c18997520582854496 /uitest | |
parent | e672eb7a08aa839481d13bf4aadaa7456824e0c9 (diff) |
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.mk | 1 | ||||
-rw-r--r-- | uitest/UITest_demo_ui.mk | 16 |
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: |