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