freebsd-dev/tests/sys/mac/bsdextended/Makefile
Alan Somers db20acc029 mac_bsdextended: ATFify the tests
The new tests have more complete setup and cleanup, are more granular, and
correctly annotate expected failures and skipped tests. A follow-up commit
will resolve a conflict with the fusefs tests (bug 244229).

MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D24257
2020-04-26 15:51:46 +00:00

16 lines
365 B
Makefile

# $FreeBSD$
TESTSDIR= ${TESTSBASE}/sys/mac/bsdextended
ATF_TESTS_SH+= matches_test
TAP_TESTS_C+= ugidfw_test
LIBADD.ugidfw_test+= ugidfw
TEST_METADATA.ugidfw_test+= required_user="root"
# Each test case of matches_test reuses the same ruleset number, so they cannot
# be run simultaneously
TEST_METADATA.matches_test+= is_exclusive=true
.include <bsd.test.mk>