summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyuno/Module_pyuno.mk2
-rw-r--r--pyuno/PythonTest_pyuno_pytests_testssl.mk (renamed from pyuno/PythonTest_pyuno_pytests_ssl.mk)4
2 files changed, 3 insertions, 3 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index af19b16aceca..71d7b48e8b8b 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -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
diff --git a/pyuno/PythonTest_pyuno_pytests_ssl.mk b/pyuno/PythonTest_pyuno_pytests_testssl.mk
index cdb859fd7869..e431af31a228 100644
--- a/pyuno/PythonTest_pyuno_pytests_ssl.mk
+++ b/pyuno/PythonTest_pyuno_pytests_testssl.mk
@@ -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 \
))