aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-05 08:21:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-05 08:21:34 +0000
commit7c986abf42faf7fccdd5d8de3bba18b44e829f63 (patch)
tree9de48cb080aee9fbd212e7793e1968bfcb104838 /net-mgmt
parent93e63011e780c1ff27d2b4f51aa6cb4f452c1fa1 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/tcpreplay/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile
index 5334398554bb..9f873c5f91e7 100644
--- a/net-mgmt/tcpreplay/Makefile
+++ b/net-mgmt/tcpreplay/Makefile
@@ -21,4 +21,7 @@ CONFIGURE_ARGS= --program-transform-name='s|.*\(tcp.*\)|\1|' \
post-patch:
@${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}
+regression-test: build
+ @cd ${WRKSRC} && ${MAKE} -s test
+
.include <bsd.port.mk>