xref: /freebsd/contrib/bmake/unit-tests/varmod-quote-dollar.mk (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
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