git: 7be75b567a82 - main - www/libnghttp3: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 10:06:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7be75b567a82537c52a51e920b21944c2f005203 commit 7be75b567a82537c52a51e920b21944c2f005203 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 10:06:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 10:06:05 +0000 www/libnghttp3: Add make test --- www/libnghttp3/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile index 3482feee5136..c7b208393e71 100644 --- a/www/libnghttp3/Makefile +++ b/www/libnghttp3/Makefile @@ -19,5 +19,7 @@ CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +TEST_TARGET= check +TEST_WRKSRC= ${WRKSRC}/tests .include <bsd.port.mk>