Source-Changes-HG archive

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

[src/trunk]: src/tests/sys/net Fix TESTSDIR



details:   https://anonhg.NetBSD.org/src/rev/37fdb1301307
branches:  trunk
changeset: 334723:37fdb1301307
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Dec 03 08:14:26 2014 +0000

description:
Fix TESTSDIR

diffstat:

 tests/sys/net/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r dc9ee4d1ab77 -r 37fdb1301307 tests/sys/net/Makefile
--- a/tests/sys/net/Makefile    Wed Dec 03 06:12:19 2014 +0000
+++ b/tests/sys/net/Makefile    Wed Dec 03 08:14:26 2014 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2014/12/02 19:48:21 christos Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/03 08:14:26 ozaki-r Exp $
 #
 WARNS?=6
 
 .include <bsd.own.mk>
 
-TESTSDIR=      ${TESTSBASE}/sys/netatalk
+TESTSDIR=      ${TESTSBASE}/sys/net
 CPPFLAGS+=     -I${NETBSDSRCDIR}/sys -D_TEST
 
 TESTS_C=       t_print



Home | Main Index | Thread Index | Old Index