rem check the log files produced by the REDUCE testall script rem rem Author: Herbert Melenk cd %reduce% del log\checkall.log for %%a in (reduce,math,rounded,complex,elem) do call %reduce%\util\check1 %%a for %%a in (decompos,factor,gcd,int,matrix) do call %reduce%\util\check1 %%a for %%a in (solve,limits,roots,sum) do call %reduce%\util\check1 %%a rem Tests of Contributed Packages for %%a in (algint,arnum,excalc,gentran,groebner) do call %reduce%\util\check1 %%a %%a for %%a in (scope,taylor,spde,tps,compact,orthovec,avector) do call %reduce%\util\check1 %%a %%a