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

PROG = results_test
SRCS = results_test.c diff_atomize_text.c diff_main.c

CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib

NOMAN = yes

.include <bsd.regress.mk>
