Artifact 2680030e77f36661408a86ea19569e6e0eb6ac685a99f364f473f1b1a16f1f3a:


#!/bin/csh -f

# test-all --- Run all REDUCE Test Files.

# Author: Anthony C. Hearn.

date

# Standard Tests

foreach x (reduce math rounded complex elem decompos factor gcd int matrix \
	   solve limits roots sum)
   $reduce/util/test $x
end

# Tests of Contributed Packages

foreach x (algint arnum excalc gentran groebner scope taylor \
	   spde tps compact orthovec avector)
   $reduce/util/test $x $x
end

date


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