diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-22 01:39:09 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:02:36 +0200 |
commit | 313265c26df651d57d59fa4527baf6752f6b2f2d (patch) | |
tree | 0df6fb0b9805ea7a89aa6b3dedc73941502c3066 /uitest | |
parent | 83b0ec6201172190bdcb16753c1166264f5f6cc5 (diff) |
uitest: add writer demo ui tests to makefile
Change-Id: I4ba2321deb196f22c95db533266d82c541a95f0a
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/Module_uitest.mk | 2 | ||||
-rw-r--r-- | uitest/UITest_writer_demo.mk | 15 | ||||
-rw-r--r-- | uitest/writer_tests/writer_demo.txt | 4 |
3 files changed, 20 insertions, 1 deletions
diff --git a/uitest/Module_uitest.mk b/uitest/Module_uitest.mk index 9ebc2f7957e3..2530bee0ced1 100644 --- a/uitest/Module_uitest.mk +++ b/uitest/Module_uitest.mk @@ -12,5 +12,5 @@ $(eval $(call gb_Module_Module,uitest)) $(eval $(call gb_Module_add_uicheck_targets,uitest,\ UITest_calc_demo \ - UITest_demo_ui \ + UITest_writer_demo \ )) diff --git a/uitest/UITest_writer_demo.mk b/uitest/UITest_writer_demo.mk new file mode 100644 index 000000000000..c0c7f3d50614 --- /dev/null +++ b/uitest/UITest_writer_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,writer_demo)) + +$(eval $(call gb_UITest_add_modules,writer_demo,$(SRCDIR)/uitest,\ + writer_tests/writer_demo.txt \ +)) +# vim: set noet sw=4 ts=4: diff --git a/uitest/writer_tests/writer_demo.txt b/uitest/writer_tests/writer_demo.txt new file mode 100644 index 000000000000..0045e2a5b2c6 --- /dev/null +++ b/uitest/writer_tests/writer_demo.txt @@ -0,0 +1,4 @@ +writer_tests.start.start_writer +writer_tests.start.type_text +writer_tests.start.goto_first_page +writer_tests.start.select_text |