summaryrefslogtreecommitdiff
path: root/tests/util/Makefile
blob: e20c52e9cbcc0ded4c0198a87f4d01771e3c1d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.6 2009/04/07 13:52:07 apb Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/util

SUBDIR=		awk bzip2 config cut df grep id m4 make mtree ps sdiff sh

TESTS_SH=	t_basename
TESTS_SH+=	t_cp
TESTS_SH+=	t_dd
TESTS_SH+=	t_dirname
TESTS_SH+=	t_expr
TESTS_SH+=	t_gzip
TESTS_SH+=	t_pax
TESTS_SH+=	t_tar

.include <bsd.test.mk>
.include <bsd.subdir.mk>