checkall.red 297 B

1234567891011121314
  1. %
  2. % This script is normally run as
  3. % r38 ../util/checkall.red -D@srcdir=DIR -Dwhich_module=XXX
  4. % where XXX is the name of a module that is to be checked. If XXX is left
  5. % empty then the script will check all known modules.
  6. %
  7. load!-module 'remake;
  8. lisp check_a_package();
  9. end;