#! /bin/csh -f
cd $1
foreach i (*.out)
  echo $i
  diff $i expected/$i
  echo ----------------------------------------
  end
