Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = deltify_test
4 SRCS = deltify.c error.c opentemp.c hash.c deltify_test.c murmurhash2.c
6 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
7 LDADD = -lz
9 NOMAN = yes
11 run-regress-deltify_test:
12 ${.OBJDIR}/deltify_test -q
14 .include <bsd.regress.mk>