#!/bin/tcsh

setenv MAKE gmake
parser_tests
foreach f (tests/*.out)
  cp $f $f:r.check
end
