1 # $NetBSD: Makefile,v 1.1.2.2 2012/04/17 00:09:02 yamt Exp $ 2 3 .include <bsd.own.mk> 4 5 TESTSDIR= ${TESTSBASE}/bin/sh 6 7 TESTS_SH= t_compexit 8 TESTS_SH+= t_exit 9 TESTS_SH+= t_expand 10 TESTS_SH+= t_evaltested 11 TESTS_SH+= t_fsplit 12 TESTS_SH+= t_here 13 TESTS_SH+= t_set_e 14 TESTS_SH+= t_varquote 15 TESTS_SH+= t_wait 16 17 .include <bsd.test.mk> 18