opnsense-src/tests/sys/mac/bsdextended/Makefile
Enji Cooper 870c2f7af9 Integrate tools/regression/mac/mac_bsdextended and
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
2015-12-21 21:24:03 +00:00

13 lines
264 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/mac/bsdextended
TAP_TESTS_C+= ugidfw_test
TAP_TESTS_SH+= matches_test
LIBADD.ugidfw_test+= ugidfw
TEST_METADATA.matches_test+= required_user="root"
TEST_METADATA.ugidfw_test+= required_user="root"
.include <bsd.test.mk>