aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/daff/daff-1.3.46.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild
index eaa3817ca..a303fac88 100644
--- a/dev-python/daff/daff-1.3.46.ebuild
+++ b/dev-python/daff/daff-1.3.46.ebuild
@@ -13,3 +13,7 @@ HOMEPAGE="https://github.com/paulfitz/daff"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86"
+
+python_test() {
+ "${EPYTHON}" test/test_example.py || die
+}