File r37/lisp/csl/util/checkall.red artifact adb6bae570 part of check-in trunk
% % 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;