Changeset 13008
- Timestamp:
- 11/07/10 12:10:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.asd
r12918 r13008 21 21 22 22 ;;; Test ABCL with the Lisp unit tests collected in "test/lisp/abcl" 23 ;;; 24 ;;; We guard with #+abcl for tests that other Lisps cannot load. This 25 ;;; could be possibly be done at finer granularity in the files 26 ;;; themselves. 23 27 (defsystem :abcl-test-lisp :version "1.1" :components 24 28 ((:module abcl-rt … … 33 37 ((:file "compiler-tests") 34 38 (:file "condition-tests") 39 #+abcl 35 40 (:file "class-file") 41 #+abcl 36 42 (:file "metaclass") 37 43 #+abcl … … 48 54 (:file "misc-tests") 49 55 (:file "latin1-tests") 56 #+abcl 50 57 (:file "bugs" :depends-on ("file-system-tests")) 58 #+abcl 51 59 (:file "pathname-tests"))))) 52 60
Note: See TracChangeset
for help on using the changeset viewer.