summaryrefslogtreecommitdiffstats
path: root/uitest/UITest_writer_demo.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-22 01:39:09 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:02:36 +0200
commit313265c26df651d57d59fa4527baf6752f6b2f2d (patch)
tree0df6fb0b9805ea7a89aa6b3dedc73941502c3066 /uitest/UITest_writer_demo.mk
parentuitest: add demo for selecting writer text (diff)
downloadcore-313265c26df651d57d59fa4527baf6752f6b2f2d.tar.gz
core-313265c26df651d57d59fa4527baf6752f6b2f2d.zip
uitest: add writer demo ui tests to makefile
Change-Id: I4ba2321deb196f22c95db533266d82c541a95f0a
Diffstat (limited to 'uitest/UITest_writer_demo.mk')
-rw-r--r--uitest/UITest_writer_demo.mk15
1 files changed, 15 insertions, 0 deletions
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: