Blame view

fvn_sparse/UMFPACK/Tcov/cov 385 Bytes
422234dc3   daniau   git-svn-id: https...
1
2
3
4
5
6
7
8
9
10
11
  #!/bin/csh
  
  foreach file ($argv[1-])
      echo "================================================================================"
      echo $file
      # cat -n $file | grep -B 5 -A 5 '#####' 
      cat -n $file | grep '#####' 
  end
  echo "================================================================================"
  # echo "Total lines not covered:"
  # cat $argv[1-] | grep "#####" | wc