summaryrefslogtreecommitdiffstats
path: root/sc/UITest_signatureLine.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-10-26 23:11:03 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-10-27 19:36:21 +0200
commit97ed3b93e1def081a535de14cc3c3644363cbd45 (patch)
tree1d621a3d311b28fa093c628a72441258c1cb2aac /sc/UITest_signatureLine.mk
parenttdf#120703 PVS: V724 (diff)
downloadcore-97ed3b93e1def081a535de14cc3c3644363cbd45.tar.gz
core-97ed3b93e1def081a535de14cc3c3644363cbd45.zip
uitest Calc signature line
Change-Id: I249c843f89ed5fe1d413f17fa57671d4ef9c69b2 Reviewed-on: https://gerrit.libreoffice.org/62404 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/UITest_signatureLine.mk')
-rw-r--r--sc/UITest_signatureLine.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/sc/UITest_signatureLine.mk b/sc/UITest_signatureLine.mk
new file mode 100644
index 000000000000..add2a1377d40
--- /dev/null
+++ b/sc/UITest_signatureLine.mk
@@ -0,0 +1,19 @@
+# -*- 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,signatureLine))
+
+$(eval $(call gb_UITest_add_modules,signatureLine,$(SRCDIR)/sc/qa/uitest,\
+ signatureLine/ \
+))
+
+$(eval $(call gb_UITest_set_defs,signatureLine, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+# vim: set noet sw=4 ts=4: