Home | History | Annotate | Download | only in testcase
      1 $(foreach varname,x,$(eval $(varname)=PASS))
      2 test:
      3 	echo $(x)
      4