summaryrefslogtreecommitdiff
path: root/sc/UITest_solver.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-06-19 18:12:50 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-06-20 06:17:26 +0200
commit3c744c65270681d00a50ff2df80702d2ef338ed0 (patch)
tree805b3c4eea501e277c151aa16986c4d281825c74 /sc/UITest_solver.mk
parent1ac5978129e7131ca7a1887cc4278ea274605021 (diff)
uitest Calc/Solver
Change-Id: I6fdef503cdae8cb681f1acfec437c5ab3e7bcc5b Reviewed-on: https://gerrit.libreoffice.org/56121 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_solver.mk')
-rw-r--r--sc/UITest_solver.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_solver.mk b/sc/UITest_solver.mk
new file mode 100644
index 000000000000..2e8e6af0076e
--- /dev/null
+++ b/sc/UITest_solver.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,solver))
+
+$(eval $(call gb_UITest_add_modules,solver,$(SRCDIR)/sc/qa/uitest,\
+ solver/ \
+))
+
+$(eval $(call gb_UITest_set_defs,solver, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: