xref: /freebsd/sbin/savecore/tests/Makefile (revision a3d4ae7cf351cc283a670d8400a89518a6b31d63)
1ATF_TESTS_SH=	livedump_test log_test
2
3# The test fails if any kernel modules are loaded while the test is running.
4TEST_METADATA.livedump_test+= is_exclusive=true
5
6.include <bsd.test.mk>
7