Artifact b22b91852ef60e0dba59f957087ccf5be14aa24d41f310569925475406b009f7:
- Executable file
r38/util/tstpckge
— 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: 286) [annotate] [blame] [check-ins using] [more...]
#!/bin/csh -f # test --- Run a REDUCE test file. # Author: Anthony C. Hearn. alias rm rm rm -rf $reduce/log/$1.rlg date > $reduce/log/$1.rlg setenv package "$1" $reduce/reduce.$lisp < $reduce/util/tstpckge.dat >>& $reduce/log/$1.rlg unsetenv package date >> $reduce/log/$1.rlg