Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = fetch_test
4 SRCS = error.c privsep.c reference.c sha1.c object.c object_parse.c path.c \
5 opentemp.c repository.c lockfile.c object_cache.c pack.c inflate.c \
6 deflate.c delta.c delta_cache.c object_idset.c object_create.c \
7 fetch.c gotconfig.c dial.c fetch_test.c bloom.c murmurhash2.c sigs.c \
8 buf.c date.c
10 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
11 LDADD = -lutil -lz -lm
13 NOMAN = yes
15 run-regress-fetch_test:
16 ${.OBJDIR}/fetch_test -q
18 .include <bsd.regress.mk>