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