aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2018-09-05 21:57:19 +0200
committerHorea Christian <horea.christ@yandex.com>2018-09-05 21:57:19 +0200
commit39b8dc99e86cc829993ca05afa139a8a72efeb20 (patch)
tree7492f304330c35598eddb7d765c7b399e4c4613f /sci-libs
parentsci-libs/spams-python: new package (diff)
downloadsci-39b8dc99e86cc829993ca05afa139a8a72efeb20.tar.gz
sci-39b8dc99e86cc829993ca05afa139a8a72efeb20.tar.bz2
sci-39b8dc99e86cc829993ca05afa139a8a72efeb20.zip
sci-libs/spams-python: added test suite
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/spams-python/spams-python-2.6.ebuild4
1 files changed, 4 insertions, 0 deletions
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
+}