summaryrefslogtreecommitdiff
path: root/sc/PythonTest_sc_python.mk
diff options
context:
space:
mode:
authorKappanneo <pannacciclaudio@gmail.com>2017-05-29 12:23:21 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-05-29 23:43:13 +0200
commita87d79a1fae8af3fafdbc1b6d5e0f3adc454d4bf (patch)
treeaba03a2c8eeb1fca0d11d2374557e59c54be46b5 /sc/PythonTest_sc_python.mk
parenta8124c2eaf401741e2235939a20cef2617ad8bd1 (diff)
tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)
java checkSpreadsheetProperties to python testSpreadsheetProperties Change-Id: Ifd342d3f47aef8a64a0421b6bb7f2a643bdc6da8 Reviewed-on: https://gerrit.libreoffice.org/38159 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/PythonTest_sc_python.mk')
-rw-r--r--sc/PythonTest_sc_python.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/sc/PythonTest_sc_python.mk b/sc/PythonTest_sc_python.mk
new file mode 100644
index 000000000000..55d992565d98
--- /dev/null
+++ b/sc/PythonTest_sc_python.mk
@@ -0,0 +1,16 @@
+# -*- 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_PythonTest_PythonTest,sc_python))
+
+$(eval $(call gb_PythonTest_add_modules,sc_python,$(SRCDIR)/sc/qa/python,\
+ CalcRTL \
+))
+
+# vim: set noet sw=4 ts=4: \ No newline at end of file