Artifact 68326a36fe9bd947488b18994e4aa833dac92d304bf0cf43e3145491f075de75:
- Executable file
r34.1/util/test-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: 431) [annotate] [blame] [check-ins using] [more...]
#!/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