Kaydet (Commit) 313265c2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

uitest: add writer demo ui tests to makefile

Change-Id: I4ba2321deb196f22c95db533266d82c541a95f0a
üst 83b0ec62
......@@ -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 \
))
# -*- 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:
writer_tests.start.start_writer
writer_tests.start.type_text
writer_tests.start.goto_first_page
writer_tests.start.select_text
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment