From 65a0d51b37241413bf3d6dcba49b30d1d90d82d2 Mon Sep 17 00:00:00 2001 From: Shubham Goyal <22shubh22@gmail.com> Date: Wed, 13 Mar 2019 22:40:02 +0530 Subject: 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 --- pyuno/Module_pyuno.mk | 2 +- pyuno/PythonTest_pyuno_pytests_ssl.mk | 16 ---------------- pyuno/PythonTest_pyuno_pytests_testssl.mk | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 pyuno/PythonTest_pyuno_pytests_ssl.mk create mode 100644 pyuno/PythonTest_pyuno_pytests_testssl.mk (limited to 'pyuno') 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_ssl.mk deleted file mode 100644 index cdb859fd7869..000000000000 --- a/pyuno/PythonTest_pyuno_pytests_ssl.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -*- 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_ssl)) - -$(eval $(call gb_PythonTest_add_modules,pyuno_pytests_ssl,$(SRCDIR)/pyuno/qa/pytests,\ - testssl \ -)) - -# vim: set noet sw=4 ts=4: 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: -- cgit