git: 6223eec380d9 - main - biology/seqkit: Add 'test' target

Yuri Victorovich yuri at FreeBSD.org
Sat Aug 14 18:53:30 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6223eec380d91f3a51d85d88223bb0e2a770dd5e

commit 6223eec380d91f3a51d85d88223bb0e2a770dd5e
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-14 18:53:03 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-14 18:53:27 +0000

    biology/seqkit: Add 'test' target
---
 biology/seqkit/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/biology/seqkit/Makefile b/biology/seqkit/Makefile
index 62698efd5be6..7c6c1b60f37e 100644
--- a/biology/seqkit/Makefile
+++ b/biology/seqkit/Makefile
@@ -16,4 +16,8 @@ GO_TARGET=	./${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
 
+do-test: # from https://bioinf.shenwei.me/seqkit/benchmark/
+	@cd ${WRKSRC}/tests && \
+		${GO_WRKDIR_BIN}/seqkit stat *.fa
+
 .include <bsd.port.mk>


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