Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:VAR

1 # $NetBSD: var-op-assign.mk,v 1.12 2025/06/28 22:39:29 rillig Exp $
11 VAR= value
16 .if ${VAR} != "value"
30 VAR= new value and \# some $$ special characters # comment
34 .if ${VAR} != "new value and \# some \$ special characters"
35 . error ${VAR}
49 VAR= ${:! echo 'not yet evaluated' 1>&2 !}
50 VAR= ${:! echo 'this will be evaluated later' 1>&2 !}
54 .if ${VAR}
69 # nested expressions such as VAR.${param}.
71 VAR(spaces in parentheses)= ()
72 VAR{spaces in braces}= {}
75 # accepting the test in case the parser just uses "VAR" as the variable name,
78 VARNAME_PAREN= VAR(spaces in parentheses)
79 VARNAME_BRACES= VAR{spaces in braces}