Home | History | Annotate | Download | only in testcase
      1 test1: foo
      2 	echo test1
      3 
      4 test2: foo
      5 	echo test2
      6 
      7 foo:
      8 	echo foo > $@
      9