Artifact 4b9f7769c98dc6bac876987bbe0c697c102842ca0bd79623fd041e8f6abec78a:
- Executable file
r34.1/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: 574) [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