summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_uzip/Makefile
blob: bab058e19ce694322e5f7970942a5d92021dc59f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $FreeBSD$
#
# Regression test for geom_ugz.
#

IMAGE=		test-1.img
ZIMAGE=		${IMAGE}.gz
UZIMAGE=	${ZIMAGE}.uue

test:
	@sh runtests.sh

image:
	makefs -s 1048576 ${IMAGE} etalon
	printf "#\n# $$" >${UZIMAGE}
	printf "FreeBSD$$\n#\n\n" >> ${UZIMAGE}
	create_compressed_fs ${IMAGE} 65536 | uuencode ${ZIMAGE} >>${UZIMAGE}

clean:
	rm -f ${IMAGE} ${ZIMAGE}
OpenPOWER on IntegriCloud