NetBSD/tests/usr.sbin/traceroute/Makefile
pooka 26aa758c5c Add simple tests for traceroute. The test bootstraps a three-node
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)
2010-12-15 00:13:52 +00:00

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>