Artifact 2a9fede70f2d8faa7480aa998b7143c7945f83f88b84a6e18e4b97ca8865340d:
- Executable file
r34.1/util/testlib
— 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: 361) [annotate] [blame] [check-ins using] [more...]
- Executable file
r34/util/testlib
— 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: 361) [annotate] [blame] [check-ins using]
#!/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