Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/if + -lrumpdev
details: https://anonhg.NetBSD.org/src/rev/819c47ac93e5
branches: trunk
changeset: 347020:819c47ac93e5
user: kre <kre%NetBSD.org@localhost>
date: Wed Aug 10 22:30:02 2016 +0000
description:
+ -lrumpdev
diffstat:
tests/net/if/t_ifconf.sh | 4 ++--
tests/net/if/t_ifconfig.sh | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 8b510b064207 -r 819c47ac93e5 tests/net/if/t_ifconf.sh
--- a/tests/net/if/t_ifconf.sh Wed Aug 10 22:17:44 2016 +0000
+++ b/tests/net/if/t_ifconf.sh Wed Aug 10 22:30:02 2016 +0000
@@ -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()
diff -r 8b510b064207 -r 819c47ac93e5 tests/net/if/t_ifconfig.sh
--- a/tests/net/if/t_ifconfig.sh Wed Aug 10 22:17:44 2016 +0000
+++ b/tests/net/if/t_ifconfig.sh Wed Aug 10 22:30:02 2016 +0000
@@ -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_FLAGS=\
"-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6 -lrumpnet_shmif"
+RUMP_FLAGS="${RUMP_FLAGS} -lrumpdev"
TIMEOUT=3
Home |
Main Index |
Thread Index |
Old Index