Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jul 29 12:05:10 UTC 2015

Modified Files:
        src/tests/net: Makefile

Log Message:
Add tests for ARP

Forgot to commit this. Should fix the build.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/Makefile
diff -u src/tests/net/Makefile:1.23 src/tests/net/Makefile:1.24
--- src/tests/net/Makefile:1.23	Mon Jun 22 00:05:23 2015
+++ src/tests/net/Makefile	Wed Jul 29 12:05:10 2015
@@ -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 @@ TESTSDIR=	${TESTSBASE}/net
 
 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

Reply via email to