pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/feed2exec feed2exec: fix test target



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d91b9123aa15
branches:  trunk
changeset: 378069:d91b9123aa15
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 28 12:33:30 2022 +0000

description:
feed2exec: fix test target

diffstat:

 mail/feed2exec/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 967c9d3b0b49 -r d91b9123aa15 mail/feed2exec/Makefile
--- a/mail/feed2exec/Makefile   Thu Apr 28 11:43:31 2022 +0000
+++ b/mail/feed2exec/Makefile   Thu Apr 28 12:33:30 2022 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index