svn commit: r398482 - head/devel/py-greenlet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:07:30 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:07:29 2015
New Revision: 398482
URL: https://svnweb.freebsd.org/changeset/ports/398482

Log:
  - Convert to new test framework

Modified:
  head/devel/py-greenlet/Makefile

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Sat Oct  3 17:07:24 2015	(r398481)
+++ head/devel/py-greenlet/Makefile	Sat Oct  3 17:07:29 2015	(r398482)
@@ -12,14 +12,13 @@ COMMENT=	Light-weight microthreads for P
 
 LICENSE=	MIT
 
+DO_MAKE_TEST=	${PYTHON_CMD}
 ONLY_FOR_ARCHS=	amd64 i386
+TEST_TARGET=	run-tests.py
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/greenlet.so
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${PYTHON_CMD} run-tests.py
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list