89e455be4b
for UFS2 growth support. Also, reduce the number of tests run by default while still maintaining decent coverage of features and block sizes. Anyone working on resize_Ffs should run the tests with RESIZE_FFS_ALL_TESTS set in the environment, which adds a lot more testing.
17 lines
351 B
Makefile
17 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/01/05 02:25:27 riz Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/resize_ffs
|
|
|
|
.for name in t_grow t_shrink t_grow_swapped t_shrink_swapped
|
|
TESTS_SH+= ${name}
|
|
TESTS_SH_SRC_${name}= common.sh ${name}.sh
|
|
.endfor
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= testdata.tar.gz.base64
|
|
FILES+= testdata.md5
|
|
|
|
.include <bsd.test.mk>
|