File r38/util/checkall artifact 841f5ef7f6 part of check-in 9992369dd3


#!/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


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]