Home | History | Annotate | Download | only in testcase
      1 .PHONY: test
      2 
      3 define _rule
      4 # comment
      5 test:
      6 	echo PASS
      7 endef
      8 
      9 $(eval $(_rule))
     10