git: ec3016d98f7d - main - archivers/c-blosc2: Add make test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Nov 2021 21:29:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec3016d98f7defcdd2aad8b3549bca2d1c08b99d commit ec3016d98f7defcdd2aad8b3549bca2d1c08b99d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-01 21:18:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-01 21:28:39 +0000 archivers/c-blosc2: Add make test --- archivers/c-blosc2/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index 7d421e619990..038186b25c21 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -25,4 +25,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= Blosc USE_GITHUB= yes +do-test: + cd ${TEST_WRKSRC} && ctest + .include <bsd.port.mk>