git: dc284c23b1ae - main - sysutils/ncdu2: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 20:54:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dc284c23b1aec378e4593386846c7247099cf4cd commit dc284c23b1aec378e4593386846c7247099cf4cd Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-09-06 20:50:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:54 +0000 sysutils/ncdu2: Add make test PR: 273572 --- sysutils/ncdu2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile index 119f3c2c6c7d..2d0299f9d9af 100644 --- a/sysutils/ncdu2/Makefile +++ b/sysutils/ncdu2/Makefile @@ -30,4 +30,7 @@ do-install: ${MV} ${STAGEDIR}${PREFIX}/bin/ncdu ${STAGEDIR}${PREFIX}/bin/ncdu2 ${INSTALL_MAN} ${WRKSRC}/ncdu.1 ${STAGEDIR}${PREFIX}/share/man/man1/ncdu2.1 +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} zig build test ${BUILD_ARGS} + .include <bsd.port.mk>