xref: /freebsd-14.2/usr.bin/ident/tests/Makefile (revision d0b2dbfa)
1
2PACKAGE=	tests
3
4ATF_TESTS_SH=	ident_test
5${PACKAGE}FILES+=	\
6		test.in \
7		test.out \
8		testnoid
9
10.include <bsd.test.mk>
11