1 # $NetBSD: Makefile,v 1.12.10.1 2019/06/10 22:09:59 christos Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR = ${TESTSBASE}/bin/sh 7 8 TESTS_SUBDIRS += dotcmd 9 10 TESTS_SH+= t_arith 11 TESTS_SH+= t_builtins 12 TESTS_SH+= t_cmdsub 13 TESTS_SH+= t_evaltested 14 TESTS_SH+= t_exit 15 TESTS_SH+= t_expand 16 TESTS_SH+= t_fsplit 17 TESTS_SH+= t_here 18 TESTS_SH+= t_option 19 TESTS_SH+= t_patterns 20 TESTS_SH+= t_redir 21 TESTS_SH+= t_redircloexec 22 TESTS_SH+= t_set_e 23 TESTS_SH+= t_shift 24 TESTS_SH+= t_syntax 25 TESTS_SH+= t_ulimit 26 TESTS_SH+= t_varquote 27 TESTS_SH+= t_varval 28 TESTS_SH+= t_wait 29 30 .include <bsd.test.mk> 31