svn commit: r521465 - branches/2019Q4/textproc/py-docutils
Kubilay Kocak
koobs at FreeBSD.org
Mon Dec 30 05:39:25 UTC 2019
Author: koobs
Date: Mon Dec 30 05:39:24 2019
New Revision: 521465
URL: https://svnweb.freebsd.org/changeset/ports/521465
Log:
MFH: r521456 textproc/py-docutils: Add test target
Approved by: koobs (python, maintainer)
Approved by: portmgr (blanket: ports compliance)
Approved by: ports-secteam (blanket: ports compliance)
Modified:
branches/2019Q4/textproc/py-docutils/Makefile
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/textproc/py-docutils/Makefile
==============================================================================
--- branches/2019Q4/textproc/py-docutils/Makefile Mon Dec 30 05:31:31 2019 (r521464)
+++ branches/2019Q4/textproc/py-docutils/Makefile Mon Dec 30 05:39:24 2019 (r521465)
@@ -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>
More information about the svn-ports-branches
mailing list