pkgsrc/regress/buildlink-transform/tests/libpath-in-define.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
265 B
Makefile

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