summaryrefslogtreecommitdiffstats
path: root/sc/UITest_calc_tests6.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-08-05 09:13:47 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-08-05 10:59:00 +0200
commitf8046f991587aa569866d82d98b626c94badc400 (patch)
tree3f0d055e7c2c96265100c7c40d406fbc95cd48c4 /sc/UITest_calc_tests6.mk
parentFix typos (diff)
downloadcore-f8046f991587aa569866d82d98b626c94badc400.tar.gz
core-f8046f991587aa569866d82d98b626c94badc400.zip
uitest for bug tdf#107267
Change-Id: I20266ea50a7e413e0c8297fd6817c0a97205802d Reviewed-on: https://gerrit.libreoffice.org/58604 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_calc_tests6.mk')
-rw-r--r--sc/UITest_calc_tests6.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_calc_tests6.mk b/sc/UITest_calc_tests6.mk
new file mode 100644
index 000000000000..9350d460783a
--- /dev/null
+++ b/sc/UITest_calc_tests6.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,calc_tests6))
+
+$(eval $(call gb_UITest_add_modules,calc_tests6,$(SRCDIR)/sc/qa/uitest,\
+ calc_tests6/ \
+))
+
+$(eval $(call gb_UITest_set_defs,calc_tests6, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: