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

Lines Matching refs:UNDEF

29 # expect+1: Variable "UNDEF" is undefined
30 .if ${UNDEF} == ${DEF}
35 # expect+1: Variable "UNDEF" is undefined
36 .if ${DEF} == ${UNDEF}
45 # expect+1: Variable "UNDEF" is undefined
46 .if ${UNDEF}
51 .if ${UNDEF:U}
132 # expect+1: Variable "UNDEF" is undefined
133 .if ${UNDEF:M*}
141 # expect+1: Variable "UNDEF" is undefined
142 .if ${UNDEF:M*} != ""
150 # expect+1: Variable "UNDEF" is undefined
151 .if ${:U} != ${UNDEF:M*}