mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
16 lines
276 B
Makefile
16 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>
|