File: checkall.red

package info (click to toggle)
mathpiper 0.81f%2Bsvn4469%2Bdfsg3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 36,552 kB
  • ctags: 8,348
  • sloc: java: 57,479; lisp: 13,721; objc: 1,300; xml: 988; makefile: 114; awk: 95; sh: 38
file content (13 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
%
% This script is normally run as
%     r38 ../util/checkall.red -D@srcdir=DIR -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;