Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix the path to the libpkg dir -- if it's not right, we won't test against what was just compiled, but what was last installed.
Matthew Seaman committed 13 years ago
commit 9b9b96bd8a1f8868a6e74280dbea4da0fc0b21b6
parent 191b409
1 file changed +2 -2
modified tests/lib/Makefile
@@ -4,8 +4,8 @@ SRCS= tests.h
test_SRCS=	manifest.c	\
		pkg.c

-
CFLAGS+=	-I../libpkg
-
LDADD+=		-L../libpkg	\
+
CFLAGS+=	-I../../libpkg
+
LDADD+=		-L../../libpkg	\
		-lpkg

.include "../bsd.tests.mk"