/[gcl]/gcl/ansi-tests/gclload2.lsp
ViewVC logotype

Diff of /gcl/ansi-tests/gclload2.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.51 by pfdietz, Sat Oct 19 14:53:38 2002 UTC revision 1.52 by pfdietz, Tue Oct 22 05:36:32 2002 UTC
# Line 5  Line 5 
5  (load "cl-symbols.lsp")  (load "cl-symbols.lsp")
6    
7  ;;; Tests of evaluation and compilation  ;;; Tests of evaluation and compilation
8    (load "eval-and-compile.lsp")
9  (load "compile.lsp")  (load "compile.lsp")
10    
11  ;;; Tests of data and control flow  ;;; Tests of data and control flow
12    
13    (load "data-and-control-flow.lsp")
14  (load "places.lsp")  (load "places.lsp")
15    
16  (load "and.lsp")  (load "and.lsp")
# Line 22  Line 24 
24  (load "cond.lsp")  (load "cond.lsp")
25  (load "ctypecase.lsp")  (load "ctypecase.lsp")
26  (load "defconstant.lsp")  (load "defconstant.lsp")
27    (load "define-modify-macro.lsp")
28  (load "defparameter.lsp")  (load "defparameter.lsp")
29  (load "defvar.lsp")  (load "defvar.lsp")
30  (load "destructuring-bind.lsp")  (load "destructuring-bind.lsp")
# Line 68  Line 71 
71  (load "values.lsp")  (load "values.lsp")
72  (load "when.lsp")  (load "when.lsp")
73    
74    ;;; Tests of iteration forms
75    (load "iteration.lsp")
76    
77  ;;; Tests of conses  ;;; Tests of conses
78    

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26