Home | History | Annotate | Download | only in testcase
      1 prefix = M
      2 pattern = ${prefix}*
      3 files = $(wildcard $(pattern))
      4 
      5 # expect Makefile, since runtest.rb put this as Makefile in new dir.
      6 test:
      7 	echo $(files)
      8