svn commit: r479250 - head/archivers/py-lz4

Wen Heping wen at FreeBSD.org
Sat Sep 8 12:33:46 UTC 2018


Author: wen
Date: Sat Sep  8 12:33:45 2018
New Revision: 479250
URL: https://svnweb.freebsd.org/changeset/ports/479250

Log:
  - Make `make test` work
  
  PR:		230542
  Submitted by:	ndowens at yahoo.com

Modified:
  head/archivers/py-lz4/Makefile

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Sat Sep  8 12:31:06 2018	(r479249)
+++ head/archivers/py-lz4/Makefile	Sat Sep  8 12:33:45 2018	(r479250)
@@ -28,6 +28,9 @@ post-install:
 		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/block/_block.so \
 		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/frame/_frame.so
 
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} -m pytest
+
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 3000


More information about the svn-ports-head mailing list