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
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