blob: aa148e2c6a69f0509afb6ae392ab6e37e3046099 [file] [log] [blame]
# TODO
x:=FAIL
$(foreach x,FAIL PASS,$(eval x+=$(x)))
$(info $(x))