pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tcpreplay
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Dec 31 11:46:39 UTC 2022
Modified Files:
pkgsrc/net/tcpreplay: Makefile
Log Message:
tcpreplay: add test target
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/tcpreplay/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tcpreplay/Makefile
diff -u pkgsrc/net/tcpreplay/Makefile:1.29 pkgsrc/net/tcpreplay/Makefile:1.30
--- pkgsrc/net/tcpreplay/Makefile:1.29 Thu Dec 29 23:29:04 2022
+++ pkgsrc/net/tcpreplay/Makefile Sat Dec 31 11:46:39 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2022/12/29 23:29:04 gutteridge Exp $
+# $NetBSD: Makefile,v 1.30 2022/12/31 11:46:39 gutteridge Exp $
DISTNAME= tcpreplay-4.4.2
CATEGORIES= net
@@ -19,5 +19,8 @@ USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-dynamic-link
CONFIGURE_ARGS+= --with-libpcap=${BUILDLINK_PREFIX.libpcap}
+do-test:
+ cd ${WRKSRC}/test && ${SETENV} ${MAKE_ENV} ${MAKE} test
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index