office-gobmx/pyuno/PythonTest_pyuno_pytests_ssl.mk
Caolán McNamara 6e24cf09c5 test for _ssl
I'm still suspicious

Change-Id: I56bfbe1ea2f92ffba6264b7543fa5df7f29f2bd0
2014-04-24 14:12:39 +01:00

16 lines
512 B
Makefile

# -*- 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: