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

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

Revision 1.10, Sun Aug 1 16:42:58 2010 UTC (13 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, 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, matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.9: +3 -3 lines

Merge the sort tests from regress/ into the existing atfified sort tests.
While doing this put the sort tests into a separate directory to follow
the convention of tests/util/.

# $NetBSD: Makefile,v 1.10 2010/08/01 16:42:58 jmmv Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/util

TESTS_SUBDIRS=	awk bzip2 config cut df grep id m4 make mtree ps sdiff sh sort \
		xlint

TESTS_SH=	t_basename
TESTS_SH+=	t_cp
TESTS_SH+=	t_dd
TESTS_SH+=	t_dirname
TESTS_SH+=	t_expr
TESTS_SH+=	t_gzip
TESTS_SH+=	t_pax
TESTS_SH+=	t_tar

.include <bsd.test.mk>