summaryrefslogtreecommitdiff
path: root/tests/util/awk/Makefile
blob: 9647e68a5fbf89c2b7d851ae570823512531d741 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile,v 1.1 2009/02/13 05:19:51 jmmv Exp $

NOMAN=		# defined

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/util/awk

TESTS_SH=	t_awk

FILESDIR=	${TESTSDIR}
FILES=		d_big_regexp.awk
FILES+=		d_big_regexp.in
FILES+=		d_big_regexp.out
FILES+=		d_end1.awk
FILES+=		d_end1.in
FILES+=		d_end1.out
FILES+=		d_end2.awk
FILES+=		d_end2.in
FILES+=		d_end2.out
FILES+=		d_string1.awk
FILES+=		d_string1.out
FILES+=		d_tolower.awk
FILES+=		d_tolower.in
FILES+=		d_tolower.out
FILES+=		d_toupper.awk
FILES+=		d_toupper.in
FILES+=		d_toupper.out

.include <bsd.test.mk>