xref: /freebsd/usr.sbin/jail/tests/Makefile (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
1PACKAGE=        tests
2
3ATF_TESTS_SH+=  jail_basic_test
4
5${PACKAGE}FILES+=	commands.jail.conf
6# The different test cases create jails with the same name.
7TEST_METADATA+= is_exclusive="true"
8
9.include <bsd.test.mk>
10