Artifact 7097e0a2fe79a02c663ab70926416752963eb70fffea2664ca11884cbfe987a4:
- Executable file
r38/lisp/csl/util/testrest.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: 411) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # test all modules whose log files are not already up to date # 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 ./r38 -v $srcdir/../util/testrest.red -Dno_init_file -D@srcdir=$srcdir -Dwhich_module=$2 -- log/testrest.log