summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/feed2exec/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/feed2exec/Makefile b/mail/feed2exec/Makefile
index 0bc3ced109e..88576137826 100644
--- a/mail/feed2exec/Makefile
+++ b/mail/feed2exec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/04/25 18:21:52 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/04/28 12:33:30 wiz Exp $
DISTNAME= feed2exec-0.18.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -43,6 +43,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_PKG_RESOURCES= yes
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"