summaryrefslogtreecommitdiff
path: root/tests/sys/ses/Makefile
blob: 8a0c54a2dd523b473bf99cfeccabd1aa1cea8a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
PACKAGE=	tests

TESTSDIR=	${TESTSBASE}/sys/ses

ATF_TESTS_C+=	destructive
ATF_TESTS_C+=	nondestructive

# Some tests cases alter enclosure state, so they can't run concurrently.
TEST_METADATA.destructive+= is_exclusive=true

.include <bsd.test.mk>