aboutsummaryrefslogtreecommitdiff
path: root/biology/seqkit
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-14 18:53:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-14 18:53:27 +0000
commit6223eec380d91f3a51d85d88223bb0e2a770dd5e (patch)
tree5c2bba0dfd3cf96ffd34a79fcccebc60cc303a74 /biology/seqkit
parent95d3801c48b36e425b1ac4aefa3aee474dd4a4d8 (diff)
downloadports-6223eec380d91f3a51d85d88223bb0e2a770dd5e.tar.gz
ports-6223eec380d91f3a51d85d88223bb0e2a770dd5e.zip
biology/seqkit: Add 'test' target
Diffstat (limited to 'biology/seqkit')
-rw-r--r--biology/seqkit/Makefile4
1 files changed, 4 insertions, 0 deletions
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>