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