freebsd-dev/tests/sys/ses/Makefile
Alan Somers eea7c61590 Add tests for ses(4)
The tests require SES hardware.  Without it, the test cases will be
skipped.

Reviewed by:	ken
Differential Revision: https://reviews.freebsd.org/D31809
Sponsored by:	Axcient
MFC after:	2 weeks
2022-01-19 12:43:51 -07:00

12 lines
248 B
Makefile

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>