eea7c61590
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
12 lines
248 B
Makefile
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>
|