summaryrefslogtreecommitdiff
path: root/sc/UITest_goalSeek.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-06-20 20:03:26 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-06-20 21:37:26 +0200
commit1b4c09401053ff6df8de9e839299ac26efa28b37 (patch)
tree4bc3d42780b1a1788b89896fe15731f7fbe460a1 /sc/UITest_goalSeek.mk
parentf6b9e4a8d95f2987386e55f244a7f6ea00995b74 (diff)
uitest Calc/Goal seek; tdf#37341 ; tdf#43693
Change-Id: Ib6416eec6245f22f49687437a466b1e5c6d60efb Reviewed-on: https://gerrit.libreoffice.org/56181 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_goalSeek.mk')
-rw-r--r--sc/UITest_goalSeek.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_goalSeek.mk b/sc/UITest_goalSeek.mk
new file mode 100644
index 000000000000..0990482e7fd2
--- /dev/null
+++ b/sc/UITest_goalSeek.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,goalSeek))
+
+$(eval $(call gb_UITest_add_modules,goalSeek,$(SRCDIR)/sc/qa/uitest,\
+ goalSeek/ \
+))
+
+$(eval $(call gb_UITest_set_defs,goalSeek, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: