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

Lines Matching defs:appended

8 all: export-appended
82 .undef APPENDED
83 APPENDED+= value
84 .if ${APPENDED} != "value"
85 . error "${APPENDED}"
90 APPENDED= # empty
91 APPENDED+= value
92 .if ${APPENDED} != " value"
93 . error "${APPENDED}"
124 # The appended value is not exported automatically.
133 export-appended: