Changeset 15012


Ignore:
Timestamp:
05/23/17 11:00:05 (6 years ago)
Author:
Mark Evenson
Message:

Fix loading of ABCL-BUILD in absence of Quicklisp

Location:
trunk/abcl/contrib/abcl-build
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/abcl-build/abcl-build.asd

    r15009 r15012  
    55  :version "2.0.0"
    66  :description "Build ABCL from a Lisp.  Downloads necessary build-time tools to local cache."
    7   :in-order-to ((test-op (test-op abcl-build/t)))
     7  :in-order-to ((test-op (test-op abcl-build-tests)))
    88  :components ((:module package
    99                        :pathname "build/"
     
    2525                                     (:file "deprecated")))))
    2626
    27 (defsystem abcl-build/t
    28   :description "Test ABCL build system."
    29   :defsystem-depends-on (prove-asdf)
    30   :depends-on (abcl-build
    31                prove)
    32   :perform (asdf:test-op (op c)
    33                          (uiop:symbol-call :prove-asdf 'run-test-system c))
    34   :components ((:module package
    35                         :pathname "build/t/"
    36                         :components ((:file "package")))
    37                (:module build
    38                         :depends-on (package)
    39                         :pathname "build/t/"
    40                         :components ((:test-file "util")
    41                                      (:test-file "install")
    42                                      (:test-file "ant")
    43                                      (:test-file "maven")
    44                                      (:test-file "abcl-build")))))
    45 
    4627                                     
    4728
Note: See TracChangeset for help on using the changeset viewer.