summaryrefslogtreecommitdiff
path: root/regress/buildlink-transform/tests/quoted-arg.mk
blob: 93504364e5432e67e34563e119003c046b2c6801 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: quoted-arg.mk,v 1.1 2004/09/07 10:27:57 jlam Exp $

.PHONY: quoted-arg
do-regress: quoted-arg
quoted-arg:
	@test='-D"DEFAULT_MODULE_PATH=\"${LOCALBASE}/lib/security/\""';	\
	expected='-D"DEFAULT_MODULE_PATH=\"${LOCALBASE}/lib/security/\""'; \
	${TEST_RESULT}