summaryrefslogtreecommitdiff
path: root/pyuno/PythonTest_pyuno_pytests_testssl.mk
diff options
context:
space:
mode:
authorShubham Goyal <22shubh22@gmail.com>2019-03-13 22:40:02 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-04-02 07:50:59 +0200
commit65a0d51b37241413bf3d6dcba49b30d1d90d82d2 (patch)
tree48568dd4da6b8a2210136900ab1c6af8467bfd70 /pyuno/PythonTest_pyuno_pytests_testssl.mk
parent80a8d9c1c90b717694feca501783149ac4d5c483 (diff)
renamed ssl test to testssl
Renaming used as it was confusing to assume the .mk file based on the python test case, which was testssl.py. Change-Id: I903b59aecf3b167f75494aefcfcde916febee69e Reviewed-on: https://gerrit.libreoffice.org/69217 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'pyuno/PythonTest_pyuno_pytests_testssl.mk')
-rw-r--r--pyuno/PythonTest_pyuno_pytests_testssl.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyuno/PythonTest_pyuno_pytests_testssl.mk b/pyuno/PythonTest_pyuno_pytests_testssl.mk
new file mode 100644
index 000000000000..e431af31a228
--- /dev/null
+++ b/pyuno/PythonTest_pyuno_pytests_testssl.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,pyuno_pytests_testssl))
+
+$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_testssl,$(SRCDIR)/pyuno/qa/pytests,\
+ testssl \
+))
+
+# vim: set noet sw=4 ts=4: