Artifact df5e2b241c2caaf1f7a04c373d7a7a9d0bce884dc0441f7b52c35c9b19a230b6:
- Executable file
r38/lisp/csl/util/testslow.sh
— 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: 420) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # test all modules but using the bootstrap (slow) version of REDUCE # main log files go in $srcdir/../../../log/*.rlg # This script may be passed a directory as arg1, but if not it expects # to find my source files in "../cslbase" if test -n "$1" then srcdir="$1" else srcdir=../cslbase fi ./slowr38 -v $srcdir/../util/testall.red -Dno_init_file -D@srcdir=$srcdir -Dwhich_module=$2 -- log/testslow.log