summaryrefslogtreecommitdiff
path: root/sc/UITest_calc_tests.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2017-12-30 11:03:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-01-27 20:34:55 +0100
commit498deef48de6605193268fb8328fec1053c4ed3c (patch)
tree5b17f7b485d0f29ec96e21863db77f9143731092 /sc/UITest_calc_tests.mk
parentde9bcd167b059e00818304626c0cadaa330738a4 (diff)
uitest for tdf#81351
Change-Id: Ieb9ea4d7c1ed9a65396046ea388bf9f6c3975a83 Reviewed-on: https://gerrit.libreoffice.org/47190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/UITest_calc_tests.mk')
-rw-r--r--sc/UITest_calc_tests.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_calc_tests.mk b/sc/UITest_calc_tests.mk
new file mode 100644
index 000000000000..c9a4e5c3f44b
--- /dev/null
+++ b/sc/UITest_calc_tests.mk
@@ -0,0 +1,15 @@
+# -*- 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_tests))
+
+$(eval $(call gb_UITest_add_modules,calc_tests,$(SRCDIR)/sc/qa/uitest,\
+ calc_tests/ \
+))
+# vim: set noet sw=4 ts=4: