Makefile revision 1.6
1# $NetBSD: Makefile,v 1.6 2016/02/23 16:20:42 christos Exp $ 2# 3 4.include <bsd.own.mk> 5 6TESTSDIR = ${TESTSBASE}/bin/sh 7 8TESTS_SUBDIRS += dotcmd 9 10TESTS_SH= t_compexit 11TESTS_SH+= t_exit 12TESTS_SH+= t_expand 13TESTS_SH+= t_evaltested 14TESTS_SH+= t_fsplit 15TESTS_SH+= t_here 16TESTS_SH+= t_option 17TESTS_SH+= t_redir 18TESTS_SH+= t_set_e 19TESTS_SH+= t_ulimit 20TESTS_SH+= t_varquote 21TESTS_SH+= t_wait 22 23.include <bsd.test.mk> 24