Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/net/net add back the raw test and fix typo in the libr...
details: https://anonhg.NetBSD.org/src/rev/f560d45a9020
branches: trunk
changeset: 769985:f560d45a9020
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 28 23:11:12 2011 +0000
description:
add back the raw test and fix typo in the libraries.
diffstat:
tests/net/net/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 6aca64582545 -r f560d45a9020 tests/net/net/Makefile
--- a/tests/net/net/Makefile Wed Sep 28 22:52:15 2011 +0000
+++ b/tests/net/net/Makefile Wed Sep 28 23:11:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/09/28 16:13:03 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/09/28 23:11:12 christos Exp $
#
.include <bsd.own.mk>
@@ -6,9 +6,9 @@
TESTSDIR= ${TESTSBASE}/net/net
TESTS_C= t_raw
-TESTS_C= t_unix
+TESTS_C+= t_unix
LDADD.t_raw+= -lrumpnet_local -lrumpnet_netinet -lrumpnet_net
-LDADD.t_raw+= -lrunnet -lrumpvfs -lrump -lrumpuser -lpthread
+LDADD.t_raw+= -lrumpnet -lrumpvfs -lrump -lrumpuser -lpthread
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index