view testdir/run_tests.csh @ 2335:def41e5fe603

1) Save start value for time coordinate. 2) Don't append fractional seconds to time in filename
author bert <bert>
date Fri, 22 Jul 2005 20:02:45 +0000
parents ef270f384480
children
line wrap: on
line source

#!/bin/csh -ef

set tests = (minc_types icv_range icv icv_dim icv_dim1 icv_fillvalue)

foreach test ($tests)

   echo Testing $test
   ./$test > junk.out
   diff $srcdir/$test.out junk.out && rm junk.out

end