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>
This commit is contained in:
Shubham Goyal 2019-03-13 22:40:02 +05:30 committed by Samuel Mehrbrodt
parent 80a8d9c1c9
commit 65a0d51b37
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 \
))