summaryrefslogtreecommitdiff
path: root/tests/sys/mac/portacl/Makefile
blob: 2b0f4634c802aea55ab3697bc12b6111a2ffea42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_kmods="mac_portacl"
TEST_METADATA.$t+=	required_user="root"
TEST_METADATA.$t+=	timeout="600"
TEST_METADATA.$t+=	is_exclusive="true"
.endfor

.include <bsd.test.mk>