summaryrefslogtreecommitdiffstats
path: root/sc/UITest_protect.mk
diff options
context:
space:
mode:
authorZdeněk Crhonek <zcrhonek@gmail.com>2018-06-27 21:56:55 +0200
committerZdenek Crhonek <zcrhonek@gmail.com>2018-06-28 07:05:40 +0200
commit681b3facd3ddb7ab4577c48e232fb29a269d0d40 (patch)
treee12e9e7ad0f6efe66d7227e4600312c1c09b6c1f /sc/UITest_protect.mk
parentrepair uitest solver.py (diff)
downloadcore-681b3facd3ddb7ab4577c48e232fb29a269d0d40.tar.gz
core-681b3facd3ddb7ab4577c48e232fb29a269d0d40.zip
uitest ProtectSheet, protectSpreadsheet, clearCells, tdf#101904
Change-Id: I18f5563be60fa7826d8f720288abcfaf9d93313e Reviewed-on: https://gerrit.libreoffice.org/56564 Tested-by: Jenkins Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_protect.mk')
-rw-r--r--sc/UITest_protect.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_protect.mk b/sc/UITest_protect.mk
new file mode 100644
index 000000000000..39ff0fba0941
--- /dev/null
+++ b/sc/UITest_protect.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,protect))
+
+$(eval $(call gb_UITest_add_modules,protect,$(SRCDIR)/sc/qa/uitest,\
+ protect/ \
+))
+
+$(eval $(call gb_UITest_set_defs,protect, \
+ TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \
+))
+
+# vim: set noet sw=4 ts=4: