]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/ses/Makefile
lua: Update to 5.4.4
[FreeBSD/FreeBSD.git] / tests / sys / ses / Makefile
1 PACKAGE=        tests
2
3 TESTSDIR=       ${TESTSBASE}/sys/ses
4
5 ATF_TESTS_C+=   destructive
6 ATF_TESTS_C+=   nondestructive
7
8 # Some tests cases alter enclosure state, so they can't run concurrently.
9 TEST_METADATA.destructive+= is_exclusive=true
10
11 .include <bsd.test.mk>