repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
tests
/
util
/
sh
/
Makefile
blob
0dd7c2106a7a16aed9550ae0779ae88133a1f644
1
# $NetBSD: Makefile,v 1.2 2007/11/21 15:39:35 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
util
/
sh
6
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
15
16
.
include
<
bsd.
test
.mk
>