1 1.15 kre # $NetBSD: Makefile,v 1.15 2021/02/16 09:46:24 kre Exp $ 2 1.3 christos # 3 1.3 christos 4 1.3 christos .include <bsd.own.mk> 5 1.3 christos 6 1.3 christos TESTSDIR = ${TESTSBASE}/bin/sh 7 1.3 christos 8 1.3 christos TESTS_SUBDIRS += dotcmd 9 1.3 christos 10 1.9 christos TESTS_SH+= t_arith 11 1.14 kre TESTS_SH+= t_builtins 12 1.11 christos TESTS_SH+= t_cmdsub 13 1.9 christos TESTS_SH+= t_evaltested 14 1.1 jruoho TESTS_SH+= t_exit 15 1.1 jruoho TESTS_SH+= t_expand 16 1.1 jruoho TESTS_SH+= t_fsplit 17 1.1 jruoho TESTS_SH+= t_here 18 1.15 kre TESTS_SH+= t_input 19 1.6 christos TESTS_SH+= t_option 20 1.13 kre TESTS_SH+= t_patterns 21 1.5 christos TESTS_SH+= t_redir 22 1.8 christos TESTS_SH+= t_redircloexec 23 1.1 jruoho TESTS_SH+= t_set_e 24 1.10 christos TESTS_SH+= t_shift 25 1.12 kre TESTS_SH+= t_syntax 26 1.2 njoly TESTS_SH+= t_ulimit 27 1.1 jruoho TESTS_SH+= t_varquote 28 1.9 christos TESTS_SH+= t_varval 29 1.1 jruoho TESTS_SH+= t_wait 30 1.1 jruoho 31 1.1 jruoho .include <bsd.test.mk> 32