26aa758c5c
network with one router in the middle and checks traceroute from one endpoint to another with both UDP and ICMP. (i guess these test networking at least as much as traceroute itself, but then again that's not a bad thing)
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/12/15 00:13:52 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.sbin/traceroute
|
|
|
|
TESTS_SH= t_traceroute
|
|
|
|
.include <bsd.test.mk>
|