Home | History | Annotate | Download | only in testcase
      1 $(info $(if \
      2  $(X),FAIL,PASS))
      3 
      4 test:
      5 	echo OK
      6