aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-docutils
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2019-12-30 04:58:18 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2019-12-30 04:58:18 +0000
commit3cb481b550dcd4bc205a9c625162de93b00afb25 (patch)
tree0bb000d71d450f948d21d6bbafe69e2592bcb17a /textproc/py-docutils
parentc6026832b32ebea701935b9552f7271f771cc93d (diff)
downloadports-3cb481b550dcd4bc205a9c625162de93b00afb25.tar.gz
ports-3cb481b550dcd4bc205a9c625162de93b00afb25.zip
textproc/py-docutils: Add test target
Approved by: koobs (python, maintainer) Approved by: portmgr (blanket: ports compliance) MFH: 2019Q4 (blanket: ports compliance)
Notes
Notes: svn path=/head/; revision=521456
Diffstat (limited to 'textproc/py-docutils')
-rw-r--r--textproc/py-docutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/py-docutils/Makefile b/textproc/py-docutils/Makefile
index e014ce3c91d8..52171eb6da47 100644
--- a/textproc/py-docutils/Makefile
+++ b/textproc/py-docutils/Makefile
@@ -32,4 +32,7 @@ post-install:
${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script}
.endfor
+do-test:
+ cd ${WRKSRC} && ${PYTHON_CMD} test/alltests.py --verbose
+
.include <bsd.port.mk>