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

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

Revision 1.24, Tue Nov 30 23:17:27 2010 UTC (13 years, 4 months ago) by riz
Branch: MAIN
Changes since 1.23: +2 -2 lines

Add some basic tests of resize_ffs(8).  The 'grow' test does nothing
more than create an empty file system, grow it, and makes sure fsck
finds the result clean.  The 'shrink' test does likewise for shrinking,
but is an expected failure at the moment due to PR bin/44177.

# $NetBSD: Makefile,v 1.24 2010/11/30 23:17:27 riz Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}
ATFFILE=	yes

SUBDIR=	crypto games ipf util
  
.if ${MKATF} != "no"
SUBDIR+= dev fs include kernel lib libexec net rump sbin sys syscall

. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no"
SUBDIR+= modules
. endif

.endif

.include <bsd.test.mk>
.include <bsd.subdir.mk>