1 # $NetBSD: Makefile,v 1.3 2014/05/31 14:29:06 christos Exp $ 2 # 3 4 .include <bsd.own.mk> 5 6 TESTSDIR = ${TESTSBASE}/bin/sh 7 8 TESTS_SUBDIRS += dotcmd 9 10 .include <bsd.test.mk> 11 # $NetBSD: Makefile,v 1.3 2014/05/31 14:29:06 christos Exp $ 12 13 .include <bsd.own.mk> 14 15 TESTSDIR= ${TESTSBASE}/bin/sh 16 17 TESTS_SH= t_compexit 18 TESTS_SH+= t_exit 19 TESTS_SH+= t_expand 20 TESTS_SH+= t_evaltested 21 TESTS_SH+= t_fsplit 22 TESTS_SH+= t_here 23 TESTS_SH+= t_set_e 24 TESTS_SH+= t_ulimit 25 TESTS_SH+= t_varquote 26 TESTS_SH+= t_wait 27 28 .include <bsd.test.mk> 29