File r34/util/test artifact 463cf8419b part of check-in d9e362f11e


#!/bin/csh -f

# test --- Run a REDUCE test file.

# Author: Anthony C. Hearn.

echo testing $1 ...

rm -rf $reduce/log/$1.log

date > $reduce/log/$1.log

$reduce/reduce >>& $reduce/log/$1.log << EOF

on errcont;   % So that computation continues after an error.

symbolic if "$2" neq "" then load_package $2;

in "$reduce/xmpl/$1.tst";

bye;

EOF

date >> $reduce/log/$1.log


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]