1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Add testing support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2019-03-07 18:38:36 +00:00
parent 3d439985af
commit 07e6d45a41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494981

View File

@ -33,4 +33,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing>=0:devel/py-typing@${PY_FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typed-ast>=0:devel/py-typed-ast@${PY_FLAVOR}
.endif
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.post.mk>