NetBSD/tests/sbin/resize_ffs/Makefile

17 lines
362 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/03/29 19:37:02 chopps Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/sbin/resize_ffs
.for name in t_check 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>