/[gcl]/gcl/ansi-tests/cltest.system
ViewVC logotype

Diff of /gcl/ansi-tests/cltest.system

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

revision 1.2 by camm, Wed Oct 9 19:05:01 2002 UTC revision 1.3 by pfdietz, Sun Jan 19 15:23:19 2003 UTC
# Line 3  Line 3 
3  ;;;; Created:  Fri Mar 27 09:57:28 1998  ;;;; Created:  Fri Mar 27 09:57:28 1998
4  ;;;; Contains: MK portable system file for CL test suite  ;;;; Contains: MK portable system file for CL test suite
5    
6    ;;; NOTE!! This file is not being maintained right now.
7    ;;; To run the test suite, load "gclload.lsp"
8    
9  (mk::defsystem "cltest"  (mk::defsystem "cltest"
10    :source-pathname #.(directory-namestring *LOAD-TRUENAME*)    :source-pathname #.(directory-namestring *LOAD-TRUENAME*)
11    :source-extension "lsp"    :source-extension "lsp"
# Line 13  Line 16 
16          #+CMU  #.(C::BACKEND-FASL-FILE-TYPE C::*TARGET-BACKEND*)          #+CMU  #.(C::BACKEND-FASL-FILE-TYPE C::*TARGET-BACKEND*)
17          #+ALLEGRO "fasl"          #+ALLEGRO "fasl"
18          #+(OR AKCL GCL) "o"          #+(OR AKCL GCL) "o"
19            #+CLISP "fas"
20            #-(OR CMU ALLEGRO AKCL GCL CLISP)
21            #.(pathname-type (compile-file-pathname "foo.lisp"))
22    :initially-do (progn (load "rt/rt.system")    :initially-do (progn (load "rt/rt.system")
23                         (mk::compile-system "rt"))                         (mk::compile-system "rt"))
24    :components    :components
# Line 23  Line 29 
29      :depends-on ("cl-test-package")      :depends-on ("cl-test-package")
30      :components      :components
31      (      (
32       "aux"       "ansi-aux"
33       "universe"       "universe"
34       "cons-test-01"       "cons-test-01"
35       "cons-test-02"       "cons-test-02"

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