Hash :
7fb414ae
Author :
Date :
2020-08-08T07:34:47
.PATH:${.CURDIR}/../../lib
PROG = delta_test
SRCS = delta.c error.c opentemp.c path.c inflate.c sha1.c delta_test.c
CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
LDADD = -lz
NOMAN = yes
run-regress-delta_test:
${.OBJDIR}/delta_test -q
.include <bsd.regress.mk>