xref: /freebsd/usr.sbin/ctladm/tests/Makefile (revision 9747d11d91642cb9b81602d88e8aebeb388543c7)
1
2PACKAGE=	tests
3
4ATF_TESTS_SH=	port
5
6# "ctladm port" does not report the name of the port just created, so we can't
7# cleanup unless we assume that no other test created a port too.
8TEST_METADATA+= is_exclusive="true"
9
10.include <bsd.test.mk>
11