dev-python/pbkdf2: Enable tests

This commit is contained in:
Michał Górny
2017-04-28 21:39:43 +02:00
parent 085195dcd1
commit 82fd7a9f20

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,3 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
python_test() {
"${PYTHON}" test/test_pbkdf2.py || die "Tests failed with ${EPYTHON}"
}