blob: 46ee34bee4714d66d03d293dbbe6f6fe588821d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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>
|