Home | History | Annotate | Line # | Download | only in unit-tests
varmod-quote-dollar.mk revision 1.2
      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 
      9 all:
     10 	@:;
     11