Artifact 2a92a92597158518d5f3ecb1342c39be7db0b4d558025f8e002e34c66dcd214c:
- Executable file
r34/util/check-all
— 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: 560) [annotate] [blame] [check-ins using] [more...]
#!/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