checkall.red at [a57e59ec0d]

Not logged in

File r37/lisp/csl/util/checkall.red artifact adb6bae570 part of check-in a57e59ec0d



%
% This script is normally run as
%     r37 ../util/checkall.red -Dwhich_module=XXX
% where XXX is the name of a module that is to be checked. If XXX is left
% empty then the script will check all known modules.
%

load!-module 'remake;

lisp check_a_package();

end;