xref: /netbsd/tests/usr.bin/bzip2/Makefile (revision ec3ad713)
1*ec3ad713Swiz# $NetBSD: Makefile,v 1.3 2012/05/07 08:51:47 wiz Exp $
2e592667bSjruoho
3e592667bSjruohoNOMAN=		# defined
4e592667bSjruoho
5e592667bSjruoho.include <bsd.own.mk>
6e592667bSjruoho
7e592667bSjruohoTESTSDIR=	${TESTSBASE}/usr.bin/bzip2
8e592667bSjruoho
9e592667bSjruohoTESTS_SH=	t_bzip2
10e592667bSjruoho
11*ec3ad713SwizDIST=           ${NETBSDSRCDIR}/external/bsd/bzip2/dist
12e592667bSjruoho.PATH:		${DIST}
13e592667bSjruoho
14e592667bSjruohoFILESDIR=	${TESTSDIR}
15e592667bSjruoho.for f in sample1.bz2 sample1.ref sample2.bz2 sample2.ref \
16e592667bSjruoho          sample3.bz2 sample3.ref
17e592667bSjruohoFILES+=		${f}
18e592667bSjruohoFILESNAME_${f}=	d_${f}
19e592667bSjruoho.endfor
20e592667bSjruoho
21e592667bSjruoho.include <bsd.test.mk>
22