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