pkgsrc/regress/buildlink-transform/tests/libpath.mk
jlam 612bbe1b39 Add regression tests to check that -DFOO="/usr/pkg/lib/libfoo.la" isn't
transformed by the wrapper scripts.  This is the test case for the
breakage in compiling audio/arts reported several weeks ago on tech-pkg@.
2004-11-09 16:44:49 +00:00

8 lines
211 B
Makefile

# $NetBSD: libpath.mk,v 1.1 2004/11/09 16:44:49 jlam Exp $
.PHONY: libpath
do-regress: libpath
libpath:
@test="${LOCALBASE}/lib/libfoo.la"; \
expected="${BUILDLINK_DIR}/lib/libfoo.la"; \
${TEST_RESULT}