870c2f7af9
tools/regression/mac/mac_portacl into the FreeBSD test suite as tests/sys/mac/bsdextended and tests/sys/mac/portacl, respectively MFC after: 1 month Sponsored by: EMC / Isilon Storage Division
17 lines
276 B
Makefile
17 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/mac/portacl
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
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"
|
|
.endfor
|
|
|
|
.include <bsd.test.mk>
|