[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / util / sh

File: [cvs.NetBSD.org] / src / tests / util / sh / Attic / Makefile (download)

Revision 1.4, Mon Nov 14 20:23:29 2011 UTC (12 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus
Changes since 1.3: +2 -1 lines

Add a test for PR/45613 (eval failing in a tested context)

# $NetBSD: Makefile,v 1.4 2011/11/14 20:23:29 christos Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/util/sh

TESTS_SH=	t_compexit
TESTS_SH+=	t_exit
TESTS_SH+=	t_expand
TESTS_SH+=	t_evaltested
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>