summaryrefslogtreecommitdiff
path: root/sc/UITest_key_f4.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-07-15 23:08:14 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-07-16 18:59:47 +0200
commite72577d1ebd58a4d79bfd7c51086e3542170f1d2 (patch)
tree39fd84465d1961162138d18e2bd8bb28656d91b4 /sc/UITest_key_f4.mk
parentcf6c748f30fd630b6b7256e0c7ba1783892f9d1e (diff)
uitest for bug tdf#102525
Change-Id: Idb3810d99ebbd33bf0961f362694d0f4961fb912 Reviewed-on: https://gerrit.libreoffice.org/57463 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_key_f4.mk')
-rw-r--r--sc/UITest_key_f4.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_key_f4.mk b/sc/UITest_key_f4.mk
new file mode 100644
index 000000000000..85ef4babca1e
--- /dev/null
+++ b/sc/UITest_key_f4.mk
@@ -0,0 +1,20 @@
+# -*- 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,key_f4))
+
+$(eval $(call gb_UITest_add_modules,key_f4,$(SRCDIR)/sc/qa/uitest,\
+ key_f4/ \
+))
+
+$(eval $(call gb_UITest_set_defs,key_f4, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: