git: 2473949292c0 - main - devel/py-aniso86016: Convert to test framework

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:11:17 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2473949292c00623b0da7584a190a63ceb115c94

commit 2473949292c00623b0da7584a190a63ceb115c94
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:01:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:06 +0000

    devel/py-aniso86016: Convert to test framework
---
 devel/py-aniso86016/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-aniso86016/Makefile b/devel/py-aniso86016/Makefile
index 7129d00c2f31..23f33fecfba7 100644
--- a/devel/py-aniso86016/Makefile
+++ b/devel/py-aniso86016/Makefile
@@ -18,4 +18,7 @@ NO_ARCH=	yes
 
 PORTSCOUT=	limit:^6\.
 
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list