17 lines
293 B
Makefile
17 lines
293 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/10/20 21:58:35 jmmv Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/util/sh
|
|
|
|
TESTS_SH= t_compexit
|
|
TESTS_SH+= t_exit
|
|
TESTS_SH+= t_expand
|
|
TESTS_SH+= t_fsplit
|
|
TESTS_SH+= t_here
|
|
TESTS_SH+= t_set_e
|
|
TESTS_SH+= t_varquote
|
|
TESTS_SH+= t_wait
|
|
|
|
.include <bsd.test.mk>
|