add test for merge result when lines are inserted at the top of a file
[got-portable.git] / regress / path / Makefile
blob2ea8b5866c6983923940261d1e513e73e8ebdb41
1 .PATH:${.CURDIR}/../../lib
3 PROG = path_test
4 SRCS = error.c path.c sha1.c path_test.c
6 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
7 LDADD = -lutil -lz
9 NOMAN = yes
11 run-regress-path_test:
12 ${.OBJDIR}/path_test -q
14 .include <bsd.regress.mk>