Blob


1 .PATH:${.CURDIR}/../../lib
3 PROG = path_test
4 SRCS = error.c path.c hash.c path_test.c object_parse.c inflate.c pollfd.c \
5 object_qid.c
7 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
8 LDADD = -lutil -lz
10 NOMAN = yes
12 run-regress-path_test:
13 ${.OBJDIR}/path_test -q
15 .include <bsd.regress.mk>