Artifact 841f5ef7f6e572c65ca5e4639516a97c0d6fabbc1cb3301c8774b9cb77c83e07:
- Executable file
r38/util/checkall
— 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: 288) [annotate] [blame] [check-ins using] [more...]
#!/bin/csh -f # checkall --- Check all REDUCE Test Files against Exemplary logs. # Author: Anthony C. Hearn. rm -f $reduce/log/checkall.log source $reduce/xpackage.bat set xpackages=($xpackages $xpackages2 $xpackages3) foreach x ($xpackages) perl $reduce/util/chckallp.pl $x end