xref: /freebsd/sbin/route/tests/Makefile (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
1
2PACKAGE=	tests
3
4ATF_TESTS_SH+=	basic
5# Tests reuse jail names and so cannot run in parallel.
6TEST_METADATA.basic+=	is_exclusive=true
7
8${PACKAGE}FILES+= utils.subr
9
10.include <bsd.test.mk>
11