Ignore:
Timestamp:
04/15/10 20:23:44 (13 years ago)
Author:
Mark Evenson
Message:

Incorporate an ASDF2 snapshot as the base ASDF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/ansi/package.lisp

    r12509 r12618  
    1010
    1111(defparameter *ansi-tests-directory*
    12   (merge-pathnames
    13    #p"../ansi-tests/"
    14    (asdf:component-pathname (asdf:find-system :abcl))))
     12  (if (find :asdf2 *features*)
     13      (asdf:system-relative-pathname
     14       :ansi-compiled "../ansi-tests/")
     15      (merge-pathnames
     16       #p"../ansi-tests/"
     17       (asdf:component-pathname (asdf:find-system :ansi-compiled)))))
    1518
    1619(defun run (&key (compile-tests nil))
Note: See TracChangeset for help on using the changeset viewer.