Module Name: src Committed By: christos Date: Wed Sep 28 23:11:12 UTC 2011
Modified Files: src/tests/net/net: Makefile Log Message: add back the raw test and fix typo in the libraries. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/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/net/Makefile diff -u src/tests/net/net/Makefile:1.2 src/tests/net/net/Makefile:1.3 --- src/tests/net/net/Makefile:1.2 Wed Sep 28 12:13:03 2011 +++ src/tests/net/net/Makefile Wed Sep 28 19:11:12 2011 @@ -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>