Blob


1 .PATH:${.CURDIR}/../../lib
2 .PATH:${.CURDIR}/..
4 PROG = results_test
5 SRCS = results_test.c diff_atomize_text.c diff_main.c
7 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
9 NOMAN = yes
11 .include <bsd.regress.mk>