NetBSD/tests/Makefile
riz 3c3ed948f1 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.
2010-11-30 23:17:27 +00:00

21 lines
373 B
Makefile

# $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>