xref: /freebsd-13-stable/contrib/bmake/unit-tests/varname.exp (revision 4eda2649adece08245281edc627ebc58c759bedb)
1Global: VAR{{{}}} = 3 braces
2Var_Parse: ${VAR{{{}}}}" != "3 braces" (eval)
3Global: VARNAME = VAR(((
4Var_Parse: ${VARNAME} (eval)
5Global: VAR((( = 3 open parentheses
6Var_Parse: ${VAR(((}}}}" != "3 open parentheses}}}" (eval)
7Global: .ALLTARGETS =  VAR(((=)
8make: "varname.mk" line 30: No closing parenthesis in archive specification
9make: "varname.mk" line 30: Error in archive specification: "VAR"
10Var_Parse: ${:UVAR\(\(\(}=	try2 (eval-defined)
11Evaluating modifier ${:U...} on value "" (eval-defined, undefined)
12Result of ${:UVAR\(\(\(} is "VAR\(\(\(" (eval-defined, defined)
13Global: .ALLTARGETS =  VAR(((=) VAR\(\(\(=
14make: "varname.mk" line 35: Invalid line type
15Var_Parse: ${VARNAME} (eval)
16Global: VAR((( = try3
17Global: .MAKEFLAGS =  -r -k -d v -d
18Global: .MAKEFLAGS =  -r -k -d v -d 0
19make: Fatal errors encountered -- cannot continue
20make: stopped in unit-tests
21exit status 1
22