Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net Add tests for ARP



details:   https://anonhg.NetBSD.org/src/rev/9713c480c66e
branches:  trunk
changeset: 809723:9713c480c66e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Jul 29 12:05:10 2015 +0000

description:
Add tests for ARP

Forgot to commit this. Should fix the build.

diffstat:

 tests/net/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8381fb6b914e -r 9713c480c66e tests/net/Makefile
--- a/tests/net/Makefile        Wed Jul 29 10:47:58 2015 +0000
+++ b/tests/net/Makefile        Wed Jul 29 12:05:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/06/22 00:05:23 matt Exp $
+# $NetBSD: Makefile,v 1.24 2015/07/29 12:05:10 ozaki-r Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 
 TESTS_SUBDIRS=         fdpass in_cksum net sys
 .if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE)
-TESTS_SUBDIRS+=                bpf bpfilter carp icmp if if_bridge if_loop mcast
+TESTS_SUBDIRS+=                arp bpf bpfilter carp icmp if if_bridge if_loop mcast
 TESTS_SUBDIRS+=                mpls npf route
 .if (${MKSLJIT} != "no")
 TESTS_SUBDIRS+=                bpfjit



Home | Main Index | Thread Index | Old Index