aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ident/tests/Makefile
blob: e38eb1036a1a046ce9d9f60f5a268668aee63b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

ATF_TESTS_SH=	ident
FILES=		test.in \
		test.out \
		testnoid
FILESDIR=	${TESTSDIR}

.include <bsd.test.mk>