Changeset 12899 for trunk/abcl/abcl.asd


Ignore:
Timestamp:
08/15/10 19:35:43 (13 years ago)
Author:
Mark Evenson
Message:

Fix typo in ABCL-TEST-LISP definition; add #+abcl conditional

The non-ABCL specific tests could now be run be other Lisp
implementations (tested with sbcl-1.0.39).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.asd

    r12658 r12899  
    3434                      (:file "condition-tests")
    3535                      (:file "metaclass")
     36                      #+abcl
    3637                      (:file "mop-tests-setup")
     38                      #+abcl
    3739                      (:file "mop-tests" :depends-on ("mop-tests-setup"))
    3840                      (:file "file-system-tests")
    39                       (:file "jar-pathname" :depend-on ("pathname-test"))
     41                      #+abcl
     42                      (:file "jar-pathname" :depends-on
     43                             ("pathname-tests"))
     44                      #+abcl
    4045                      (:file "url-pathname")
    4146                      (:file "math-tests")
    4247                      (:file "misc-tests")
    43                       (:file "bugs")
     48                      (:file "bugs" :depends-on ("file-system-tests"))
    4449                      (:file "pathname-tests")))))
    4550
Note: See TracChangeset for help on using the changeset viewer.