From 313265c26df651d57d59fa4527baf6752f6b2f2d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 22 May 2016 01:39:09 +0200 Subject: uitest: add writer demo ui tests to makefile Change-Id: I4ba2321deb196f22c95db533266d82c541a95f0a --- uitest/Module_uitest.mk | 2 +- uitest/UITest_writer_demo.mk | 15 +++++++++++++++ uitest/writer_tests/writer_demo.txt | 4 ++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 uitest/UITest_writer_demo.mk create mode 100644 uitest/writer_tests/writer_demo.txt (limited to 'uitest') 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 -- cgit