1# $FreeBSD$ 2 3PACKAGE= tests 4FILESGROUPS= TESTS 5TESTSPACKAGE= ${PACKAGE} 6 7ATF_TESTS_SH= ident 8FILES= test.in \ 9 test.out \ 10 testnoid 11FILESDIR= ${TESTSDIR} 12 13.include <bsd.test.mk> 14