Artifact 2a92a92597158518d5f3ecb1342c39be7db0b4d558025f8e002e34c66dcd214c:


#!/bin/csh -f

# check-all --- Check all REDUCE Test Files against Exemplary logs.

# Author: Anthony C. Hearn.

# Standard Tests

foreach x (reduce math rounded complex elem decompos factor gcd int matrix \
	   solve limits roots sum)
   echo "Checking $x ..."
   echo " "
   diff $reduce/log/$x.log $reduce/xlog
   echo " "
end

# Tests of Contributed Packages

foreach x (algint arnum excalc gentran groebner scope taylor \
	   spde tps compact orthovec avector)
   echo "Checking $x ..."
   echo " "
   diff $reduce/log/$x.log $reduce/xlog
   echo " "
end


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