Mercurial > hg > minc-tools
view testdir/run_tests.csh @ 1508:ef270f384480
Add testdir tests.
author | stever <stever> |
---|---|
date | Fri, 10 Jan 2003 03:19:13 +0000 |
parents | 93e6e7e3deca |
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