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
9 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
10 LDADD = -lutil -lz -lm
12 NOMAN = yes
14 run-regress-fetch_test:
15 ${.OBJDIR}/fetch_test -q
17 .include <bsd.regress.mk>