diff options
Diffstat (limited to 'tests/sys/mac/portacl/Makefile')
-rw-r--r-- | tests/sys/mac/portacl/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/sys/mac/portacl/Makefile b/tests/sys/mac/portacl/Makefile new file mode 100644 index 000000000000..856a85d331d5 --- /dev/null +++ b/tests/sys/mac/portacl/Makefile @@ -0,0 +1,16 @@ +PACKAGE= tests + +TESTSDIR= ${TESTSBASE}/sys/mac/portacl + +${PACKAGE}FILES+= misc.sh + +TAP_TESTS_SH+= nobody_test +TAP_TESTS_SH+= root_test + +.for t in ${TAP_TESTS_SH} +TEST_METADATA.$t+= required_user="root" +TEST_METADATA.$t+= timeout="450" +TEST_METADATA.$t+= is_exclusive="true" +.endfor + +.include <bsd.test.mk> |