Module Name: src
Committed By: kre
Date: Wed Aug 10 22:30:02 UTC 2016
Modified Files:
src/tests/net/if: t_ifconf.sh t_ifconfig.sh
Log Message:
+ -lrumpdev
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/net/if/t_ifconf.sh
cvs rdiff -u -r1.10 -r1.11 src/tests/net/if/t_ifconfig.sh
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/if/t_ifconf.sh
diff -u src/tests/net/if/t_ifconf.sh:1.2 src/tests/net/if/t_ifconf.sh:1.3
--- src/tests/net/if/t_ifconf.sh:1.2 Thu Apr 28 01:57:45 2016
+++ src/tests/net/if/t_ifconf.sh Wed Aug 10 22:30:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: t_ifconf.sh,v 1.2 2016/04/28 01:57:45 ozaki-r Exp $
+# $NetBSD: t_ifconf.sh,v 1.3 2016/08/10 22:30:02 kre Exp $
#
# Copyright (c) 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -28,7 +28,7 @@
RUMP_SERVER1=unix://./r1
RUMP_FLAGS=\
-"-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_shmif"
+"-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_shmif -lrumpdev"
atf_test_case basic cleanup
basic_head()
Index: src/tests/net/if/t_ifconfig.sh
diff -u src/tests/net/if/t_ifconfig.sh:1.10 src/tests/net/if/t_ifconfig.sh:1.11
--- src/tests/net/if/t_ifconfig.sh:1.10 Tue Jun 21 05:04:16 2016
+++ src/tests/net/if/t_ifconfig.sh Wed Aug 10 22:30:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: t_ifconfig.sh,v 1.10 2016/06/21 05:04:16 ozaki-r Exp $
+# $NetBSD: t_ifconfig.sh,v 1.11 2016/08/10 22:30:02 kre Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -30,6 +30,7 @@ RUMP_SERVER2=unix://./r2
RUMP_FLAGS=\
"-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6 -lrumpnet_shmif"
+RUMP_FLAGS="${RUMP_FLAGS} -lrumpdev"
TIMEOUT=3