diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index 6a3c4bc732cf..c23fce624941 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -12,14 +12,13 @@ COMMENT= Light-weight microthreads for Python 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