Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = deltify_test
4 SRCS = deltify.c error.c opentemp.c hash.c deltify_test.c murmurhash2.c \
5 object_parse.c inflate.c path.c pollfd.c object_qid.c
7 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
8 LDADD = -lz
10 NOMAN = yes
12 run-regress-deltify_test:
13 ${.OBJDIR}/deltify_test -q
15 .include <bsd.regress.mk>