svn commit: r342650 - head/net-mgmt/tcpreplay

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 5 08:21:34 UTC 2014


Author: ehaupt
Date: Wed Feb  5 08:21:34 2014
New Revision: 342650
URL: http://svnweb.freebsd.org/changeset/ports/342650
QAT: https://qat.redports.org/buildarchive/r342650/

Log:
  Add regression-test target.

Modified:
  head/net-mgmt/tcpreplay/Makefile

Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile	Wed Feb  5 08:16:10 2014	(r342649)
+++ head/net-mgmt/tcpreplay/Makefile	Wed Feb  5 08:21:34 2014	(r342650)
@@ -21,4 +21,7 @@ CONFIGURE_ARGS=	--program-transform-name
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}
 
+regression-test: build
+	@cd ${WRKSRC} && ${MAKE} -s test
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list