xref: /freebsd/sbin/savecore/tests/Makefile (revision 7238317403b95a8e35cf0bc7cd66fbd78ecbe521)
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