Home | History | Annotate | Download | only in testcase
      1 # TODO: Fix for non-ninja mode.
      2 
      3 .DELETE_ON_ERROR:
      4 
      5 test: file
      6 
      7 file:
      8 	touch $@
      9 	false
     10