git: 73cd376b1fc0 - main - devel/py-shapely: Add test target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Aug 2022 10:03:32 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=73cd376b1fc058dd8f2002d8b1b779baec687896 commit 73cd376b1fc058dd8f2002d8b1b779baec687896 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-08-28 10:02:34 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-08-28 10:02:34 +0000 devel/py-shapely: Add test target --- devel/py-shapely/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/py-shapely/Makefile b/devel/py-shapely/Makefile index 0ff664f5854b..b28e95ef4273 100644 --- a/devel/py-shapely/Makefile +++ b/devel/py-shapely/Makefile @@ -16,4 +16,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes +do-test: + @cd ${WRKSRC} && ${SETENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + .include <bsd.port.mk>