Artifact 463cf8419b21760143bfeb49dc495175f4388e31e6c7e90320d2294797d0d523:
- Executable file
r34/util/test
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 376) [annotate] [blame] [check-ins using] [more...]
#!/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