xref: /freebsd/contrib/bmake/unit-tests/varmod-quote-dollar.mk (revision 184c1b943937986c81e1996d999d21626ec7a4ff)
1# $NetBSD: varmod-quote-dollar.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
2#
3# Tests for the :q variable modifier, which quotes the string for the shell
4# and doubles dollar signs, to prevent them from being interpreted by a
5# child process of make.
6
7# TODO: Implementation
8
9all:
10	@:;
11