repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
bin
/
sh
/
Makefile
blob
8e36e6df6c888be590d0ad18ff73f9c0f88d69eb
1
# $NetBSD: Makefile,v 1.4 2014/09/11 18:25:30 dholland Exp $
2
#
3
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
bin
/
sh
7
8
TESTS_SUBDIRS
+=
dotcmd
9
10
TESTS_SH
=
t_compexit
11
TESTS_SH
+=
t_exit
12
TESTS_SH
+=
t_expand
13
TESTS_SH
+=
t_evaltested
14
TESTS_SH
+=
t_fsplit
15
TESTS_SH
+=
t_here
16
TESTS_SH
+=
t_set_e
17
TESTS_SH
+=
t_ulimit
18
TESTS_SH
+=
t_varquote
19
TESTS_SH
+=
t_wait
20
21
.
include
<
bsd.
test
.mk
>