summaryrefslogtreecommitdiff
path: root/tests/util/sh/Makefile
blob: a987c897fc5a64884f9b0390b0a0a1aa4a6853b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2009/10/20 21:58:35 jmmv Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/util/sh

TESTS_SH=	t_compexit
TESTS_SH+=	t_exit
TESTS_SH+=	t_expand
TESTS_SH+=	t_fsplit
TESTS_SH+=	t_here
TESTS_SH+=	t_set_e
TESTS_SH+=	t_varquote
TESTS_SH+=	t_wait

.include <bsd.test.mk>