Skip to content

Commit

Permalink
dev-util/cmdtest: Enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 23, 2018
1 parent 4c51fc1 commit 255e062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-util/cmdtest/cmdtest-0.30.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ src_compile() {
addwrite /proc/self/comm
distutils-r1_src_compile
}

python_test() {
"${EPYTHON}" -m unittest discover -v -p '*_tests.py' || die
}

0 comments on commit 255e062

Please sign in to comment.