29 lines
506 B
Makefile
29 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.12 2017/05/20 16:35:55 kre Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR = ${TESTSBASE}/bin/sh
|
|
|
|
TESTS_SUBDIRS += dotcmd
|
|
|
|
TESTS_SH+= t_arith
|
|
TESTS_SH+= t_cmdsub
|
|
TESTS_SH+= t_evaltested
|
|
TESTS_SH+= t_exit
|
|
TESTS_SH+= t_expand
|
|
TESTS_SH+= t_fsplit
|
|
TESTS_SH+= t_here
|
|
TESTS_SH+= t_option
|
|
TESTS_SH+= t_redir
|
|
TESTS_SH+= t_redircloexec
|
|
TESTS_SH+= t_set_e
|
|
TESTS_SH+= t_shift
|
|
TESTS_SH+= t_syntax
|
|
TESTS_SH+= t_ulimit
|
|
TESTS_SH+= t_varquote
|
|
TESTS_SH+= t_varval
|
|
TESTS_SH+= t_wait
|
|
|
|
.include <bsd.test.mk>
|