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

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

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

revision 1.2 by pfdietz, Sun Jan 30 00:28:45 2005 UTC revision 1.3 by pfdietz, Sat Apr 23 14:05:08 2005 UTC
# Line 5  Line 5 
5  ;; (pushnew :ansi-tests-strict-initial-element *features*)  ;; (pushnew :ansi-tests-strict-initial-element *features*)
6    
7  #+allegro (run-shell-command "rm -f *.fasl")  #+allegro (run-shell-command "rm -f *.fasl")
8  #+cmucl (run-program "rm -f *.x86f")  #+cmu (run-program "rm -f *.x86f")
9    
10  (load "gclload1.lsp")  (load "gclload1.lsp")
11  (load "gclload2.lsp")  (load "gclload2.lsp")
# Line 24  Line 24 
24  (time (regression-test:do-tests))  (time (regression-test:do-tests))
25    
26  #+allegro :exit  #+allegro :exit
27  #+(or cmucl sbcl gcl) (quit)  #+(or cmu sbcl gcl) (quit)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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