2007-11-21 18:39:33 +03:00
|
|
|
# $NetBSD: Makefile,v 1.2 2007/11/21 15:39:35 jmmv Exp $
|
2007-11-12 18:13:58 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-11-21 18:39:33 +03:00
|
|
|
TESTSDIR= ${TESTSBASE}/util/sh
|
|
|
|
|
2007-11-12 18:13:58 +03:00
|
|
|
TESTS_SH= t_compexit
|
|
|
|
TESTS_SH+= t_exitstatus
|
|
|
|
TESTS_SH+= t_expand
|
|
|
|
TESTS_SH+= t_fsplit
|
|
|
|
TESTS_SH+= t_here
|
|
|
|
TESTS_SH+= t_set_e
|
|
|
|
TESTS_SH+= t_varquote
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|