]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - tests/sys/mac/portacl/Makefile
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / tests / sys / mac / portacl / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/mac/portacl
4 BINDIR=         ${TESTSDIR}
5
6 FILES+=         misc.sh
7
8 TAP_TESTS_SH+=  nobody_test
9 TAP_TESTS_SH+=  root_test
10
11 .for t in ${TAP_TESTS_SH}
12 TEST_METADATA.$t+=      required_user="root"
13 TEST_METADATA.$t+=      timeout="450"
14 .endfor
15
16 .include <bsd.test.mk>