Artifact b54f9ec9958c898b87ec51e5ab9cafda506418b856ef8ae8daeaa855ab16f86c:
- Executable file
r38/lisp/csl/util/testall.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: 404) [annotate] [blame] [check-ins using] [more...]
#! /bin/sh # test all modules whose logs 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/testall.red -Dno_init_file -D@srcdir=$srcdir -Dwhich_module=$2 -- log/testall.log