Source-Changes-HG archive

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

[src/trunk]: src/tests/net/bpfjit Fix test directory.



details:   https://anonhg.NetBSD.org/src/rev/9ae1327ef45b
branches:  trunk
changeset: 330242:9ae1327ef45b
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Mon Jun 30 21:34:22 2014 +0000

description:
Fix test directory.

diffstat:

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

diffs (15 lines):

diff -r 4bc06bc22af6 -r 9ae1327ef45b tests/net/bpfjit/Makefile
--- a/tests/net/bpfjit/Makefile Mon Jun 30 21:33:40 2014 +0000
+++ b/tests/net/bpfjit/Makefile Mon Jun 30 21:34:22 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/06/30 21:30:51 alnsn Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/30 21:34:22 alnsn Exp $
 #
 
 .include <bsd.own.mk>
 
-TESTSDIR=      ${TESTSBASE}/kernel/bpfjit
+TESTSDIR=      ${TESTSBASE}/net/bpfjit
 
 TESTS_C=       t_bpfjit
 



Home | Main Index | Thread Index | Old Index