Cross Reference: Makefile
xref: /src/tests/bin/sh/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/bin/sh/
Makefile revision 1.14
1# $NetBSD: Makefile,v 1.14 2018/12/05 02:45:06 kre Exp $
2#
3
4.include <bsd.own.mk>
5
6TESTSDIR = ${TESTSBASE}/bin/sh
7
8TESTS_SUBDIRS += dotcmd
9
10TESTS_SH+=	t_arith
11TESTS_SH+=	t_builtins
12TESTS_SH+=	t_cmdsub
13TESTS_SH+=	t_evaltested
14TESTS_SH+=	t_exit
15TESTS_SH+=	t_expand
16TESTS_SH+=	t_fsplit
17TESTS_SH+=	t_here
18TESTS_SH+=	t_option
19TESTS_SH+=	t_patterns
20TESTS_SH+=	t_redir
21TESTS_SH+=	t_redircloexec
22TESTS_SH+=	t_set_e
23TESTS_SH+=	t_shift
24TESTS_SH+=	t_syntax
25TESTS_SH+=	t_ulimit
26TESTS_SH+=	t_varquote
27TESTS_SH+=	t_varval
28TESTS_SH+=	t_wait
29
30.include <bsd.test.mk>
31

Indexes created Fri Dec 19 10:09:33 GMT 2025