diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 19:33:01 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 19:37:41 +0200 |
commit | e672eb7a08aa839481d13bf4aadaa7456824e0c9 (patch) | |
tree | 1bcffa84154a650756b0bdde335c8a108e22dca1 /uitest | |
parent | 2df3910714451ae66a6693f6f17e11f1c8e7bdd4 (diff) |
uitest: also add the impress uitest demo to the makefiles
Change-Id: Id5d5c53b5d51b7c8984c93e8c89b0a71b8c660bd
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/Module_uitest.mk | 1 | ||||
-rw-r--r-- | uitest/UITest_impress_demo.mk | 15 | ||||
-rw-r--r-- | uitest/impress_tests/impress_demo.txt | 4 |
3 files changed, 20 insertions, 0 deletions
diff --git a/uitest/Module_uitest.mk b/uitest/Module_uitest.mk index 2530bee0ced1..ac5c322ff6a6 100644 --- a/uitest/Module_uitest.mk +++ b/uitest/Module_uitest.mk @@ -13,4 +13,5 @@ $(eval $(call gb_Module_Module,uitest)) $(eval $(call gb_Module_add_uicheck_targets,uitest,\ UITest_calc_demo \ UITest_writer_demo \ + UITest_impress_demo \ )) diff --git a/uitest/UITest_impress_demo.mk b/uitest/UITest_impress_demo.mk new file mode 100644 index 000000000000..dfabbf92d3e0 --- /dev/null +++ b/uitest/UITest_impress_demo.mk @@ -0,0 +1,15 @@ +# -*- 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,impress_demo)) + +$(eval $(call gb_UITest_add_modules,impress_demo,$(SRCDIR)/uitest,\ + impress_tests/impress_demo.txt \ +)) +# vim: set noet sw=4 ts=4: diff --git a/uitest/impress_tests/impress_demo.txt b/uitest/impress_tests/impress_demo.txt new file mode 100644 index 000000000000..fb38b1411e01 --- /dev/null +++ b/uitest/impress_tests/impress_demo.txt @@ -0,0 +1,4 @@ +impress_tests.start.start_impress +impress_tests.start.select_page +impress_tests.start.select_text +impress_tests.start.select_object |