Add tests for "add", "change" and "delete" functionality of /sbin/route.
[freebsd.git] / sbin / route / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ATF_TESTS_SH+=  \
6         basic
7
8 ${PACKAGE}FILES+=       \
9                 utils.subr
10
11 .include <bsd.test.mk>