#!/bin/csh

set echo

set arguments = `grep $1 testlist | head -1`
set testname = $arguments[1]

echo making qcrs for $testname
./do_test $arguments >& qcr/$testname.qcr

