Hash :
efd2a263
Author :
Date :
2018-01-19T16:18:44
.PATH:${.CURDIR}/../../lib
PROG = repository_test
SRCS = path.c repository.c error.c refs.c object.c sha1.c diff.c \
diffreg.c xmalloc.c pack.c delta.c repository_test.c
CPPFLAGS = -I${.CURDIR}/../../include
LDADD = -lutil -lz
DEBUG = -O0 -g
CFLAGS += -Werror
NOMAN = yes
.include <bsd.regress.mk>