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