xref: /freebsd/usr.bin/ministat/Makefile (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
1PROG=	ministat
2
3LIBADD=	m
4
5.include <bsd.prog.mk>
6
7test:	${PROG}
8	./${PROG} < ${.CURDIR}/chameleon
9	./${PROG} ${.CURDIR}/chameleon
10	./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
11	./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
12	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
13	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
14