File r34.1/util/testlib artifact 2a9fede70f part of check-in d9e362f11e


#!/bin/csh -f

# testlib - Test Package from REDUCE User Contributed Library.

alias rm rm

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.

showtime;

load!-package '$1;

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

showtime;

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 ]