Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests Hook traceroute test case to build. it was added to li...
details: https://anonhg.NetBSD.org/src/rev/cfda4b335840
branches: trunk
changeset: 759716:cfda4b335840
user: haad <haad%NetBSD.org@localhost>
date: Wed Dec 15 10:36:49 2010 +0000
description:
Hook traceroute test case to build. it was added to lists so unbreak build now.
diffstat:
tests/Makefile | 4 ++--
tests/usr.sbin/Makefile | 8 ++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 17517f6d429f -r cfda4b335840 tests/Makefile
--- a/tests/Makefile Wed Dec 15 09:40:21 2010 +0000
+++ b/tests/Makefile Wed Dec 15 10:36:49 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2010/12/08 23:56:02 njoly Exp $
+# $NetBSD: Makefile,v 1.26 2010/12/15 10:36:50 haad Exp $
.include <bsd.own.mk>
@@ -8,7 +8,7 @@
ATFFILE= yes
SUBDIR= crypto dev fs games include ipf kernel lib libexec net
-SUBDIR+= rump sbin sys syscall util
+SUBDIR+= rump sbin sys syscall util usr.sbin
. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
SUBDIR+= modules
diff -r 17517f6d429f -r cfda4b335840 tests/usr.sbin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/usr.sbin/Makefile Wed Dec 15 10:36:49 2010 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2010/12/15 10:36:49 haad Exp $
+.include <bsd.own.mk>
+
+TESTSDIR= ${TESTSBASE}/usr.sbin
+
+TESTS_SUBDIRS+= traceroute
+
+.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index