office-gobmx/pyuno/PythonTest_pyuno_pytests_ssl.mk
Caolán McNamara ec95e6a17c add an import ssl test
Change-Id: Ia2dad214e6a224c979a8664bfded7d2caffb221a
2014-04-18 10:19:11 +01:00

16 lines
508 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,\
ssl \
))
# vim: set noet sw=4 ts=4: