dev-util/cmdtest: Enable tests
authorMichał Górny <mgorny@gentoo.org>
Fri, 23 Feb 2018 23:36:34 +0000 (00:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 23 Feb 2018 23:37:05 +0000 (00:37 +0100)
dev-util/cmdtest/cmdtest-0.30.ebuild

index c35c2945247a481780b4ecfebd6a7a64ba6db3bb..99c7452c7d351798991207f93802353ed8336bfb 100644 (file)
@@ -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
+}