Home | History | Annotate | Download | only in testcase
      1 # TODO(c): Implement wildcard expansion in prerequisites.
      2 
      3 test1:
      4 	touch foo.x
      5 
      6 test2: *.x
      7