PROG=testtiger
SRCS=tiger.c testtiger.c
WARNS=4
MKMAN=no

.PATH: ${.CURDIR}/../dist

.include <bsd.prog.mk>

t: ${PROG}
	./${PROG} > output
	-diff expected output
	rm -f output
