Kaydet (Commit) 65a0d51b authored tarafından Shubham Goyal's avatar Shubham Goyal Kaydeden (comit) Samuel Mehrbrodt

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: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 80a8d9c1
......@@ -48,7 +48,7 @@ endif # SYSTEM_PYTHON
ifneq ($(OS),MACOSX)
$(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
PythonTest_pyuno_pytests_testssl \
))
endif
......
......@@ -7,9 +7,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_PythonTest_PythonTest,pyuno_pytests_ssl))
$(eval $(call gb_PythonTest_PythonTest,pyuno_pytests_testssl))
$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_ssl,$(SRCDIR)/pyuno/qa/pytests,\
$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_testssl,$(SRCDIR)/pyuno/qa/pytests,\
testssl \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment