Source-Changes-HG archive

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

[src/trunk]: src/tests/net MKRUMP=no fixes (Robert Swindells)



details:   https://anonhg.NetBSD.org/src/rev/f3f7d521bd2e
branches:  trunk
changeset: 338379:f3f7d521bd2e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 20 17:39:04 2015 +0000

description:
MKRUMP=no fixes (Robert Swindells)

diffstat:

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

diffs (41 lines):

diff -r dfadd05a82be -r f3f7d521bd2e tests/net/Makefile
--- a/tests/net/Makefile        Wed May 20 13:09:34 2015 +0000
+++ b/tests/net/Makefile        Wed May 20 17:39:04 2015 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.20 2015/01/05 22:38:36 christos Exp $
+# $NetBSD: Makefile,v 1.21 2015/05/20 17:39:04 christos Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/net
 
-TESTS_SUBDIRS=         fdpass in_cksum mcast net route sys
+TESTS_SUBDIRS=         fdpass in_cksum mcast net sys
 .if (${MKRUMP} != "no")
 TESTS_SUBDIRS+=                bpf bpfilter carp icmp if if_bridge if_loop mpls npf
+TESTS_SUBDIRS+=                route
 .if (${MKSLJIT} != "no")
 TESTS_SUBDIRS+=                bpfjit
 .endif
diff -r dfadd05a82be -r f3f7d521bd2e tests/net/net/Makefile
--- a/tests/net/net/Makefile    Wed May 20 13:09:34 2015 +0000
+++ b/tests/net/net/Makefile    Wed May 20 17:39:04 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/05/13 10:04:44 ozaki-r Exp $
+# $NetBSD: Makefile,v 1.10 2015/05/20 17:39:04 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -11,11 +11,10 @@
 TESTS_C+=      t_pktinfo
 .if (${MKRUMP} != "no")
 TESTS_C+=      t_raw
+TESTS_SH=      t_forwarding
 .endif
 
 LDADD.t_raw+=  -lrumpnet_local -lrumpnet_netinet -lrumpnet_net
 LDADD.t_raw+=  -lrumpnet -lrumpvfs -lrump -lrumpuser -lrump -lpthread
 
-TESTS_SH=      t_forwarding
-
 .include <bsd.test.mk>



Home | Main Index | Thread Index | Old Index