mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05: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
13 lines
264 B
Makefile
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>
|