Sync usage with man page.
[netbsd-mini2440.git] / tests / util / sh / Makefile
blob0dd7c2106a7a16aed9550ae0779ae88133a1f644
1 # $NetBSD: Makefile,v 1.2 2007/11/21 15:39:35 jmmv Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/util/sh
7 TESTS_SH= t_compexit
8 TESTS_SH+= t_exit
9 TESTS_SH+= t_expand
10 TESTS_SH+= t_fsplit
11 TESTS_SH+= t_here
12 TESTS_SH+= t_set_e
13 TESTS_SH+= t_varquote
14 TESTS_SH+= t_wait
16 .include <bsd.test.mk>