Artifact 2efcfb593903fc96b8f3030c533e01272aadd5d8cd3d800d8e645c887f1bd7bc:
- Executable file
r38/packages/odesolve/test.bat
— 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: 547) [annotate] [blame] [check-ins using] [more...]
rem test --- Run a REDUCE test file. rem Author: Anthony C. Hearn. rem Modified by FJW for testing multiple files entirely within current directory. :loop if "%1" == "" goto ret set testfile=%1 shift if %lisp% == psl goto psl start /wait /min %reduce%\lisp\csl\%MACHINE%\csl -i %reduce%\lisp\csl\reduce.img test.dat -- %testfile%.lg goto loop :psl start /wait /min %reduce%\lisp\psl\%MACHINE%\psl\bpsl -td 6000000 -f %reduce%\lisp\psl\%MACHINE%\red\reduce.img -i test.dat -o %testfile%.lg goto loop :ret set testfile=