Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2021 18:53:30 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6223eec380d9 - main - biology/seqkit: Add 'test' target
Message-ID:  <202108141853.17EIrUHX010818@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 6223eec380d91f3a51d85d88223bb0e2a770dd5e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-14 18:53:03 +0000
Commit:     Yuri Victorovich <yuri@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108141853.17EIrUHX010818>