commit: 39b8dc99e86cc829993ca05afa139a8a72efeb20 Author: Horea Christian <horea.christ <AT> yandex <DOT> com> AuthorDate: Wed Sep 5 19:57:19 2018 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Wed Sep 5 19:57:19 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=39b8dc99
sci-libs/spams-python: added test suite Package-Manager: Portage-2.3.48, Repoman-2.3.10 sci-libs/spams-python/spams-python-2.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild b/sci-libs/spams-python/spams-python-2.6.ebuild index eb5d40777..59a809762 100644 --- a/sci-libs/spams-python/spams-python-2.6.ebuild +++ b/sci-libs/spams-python/spams-python-2.6.ebuild @@ -53,3 +53,7 @@ python_prepare_all() { sed -i -e "s|libdirs = \[\]|libdirs = [${MY_LIBDIRS}]|g" setup.py || die distutils-r1_python_prepare_all } + +python_test() { + ${EPYTHON} test_spams.py +}