#!/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



syntax highlighted by Code2HTML, v. 0.9.1