1 1.4 dholland # $NetBSD: Makefile,v 1.4 2014/09/11 18:25:30 dholland 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.1 jruoho TESTS_SH= t_compexit 11 1.1 jruoho TESTS_SH+= t_exit 12 1.1 jruoho TESTS_SH+= t_expand 13 1.1 jruoho TESTS_SH+= t_evaltested 14 1.1 jruoho TESTS_SH+= t_fsplit 15 1.1 jruoho TESTS_SH+= t_here 16 1.1 jruoho TESTS_SH+= t_set_e 17 1.2 njoly TESTS_SH+= t_ulimit 18 1.1 jruoho TESTS_SH+= t_varquote 19 1.1 jruoho TESTS_SH+= t_wait 20 1.1 jruoho 21 1.1 jruoho .include <bsd.test.mk> 22