Changeset 15177


Ignore:
Timestamp:
11/21/19 20:15:01 (4 years ago)
Author:
Mark Evenson
Message:

ci: hackishly quickload abcl system dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/ci/test-ansi.lisp

    r15167 r15177  
    11(require :asdf)
    22
    3 ;;; Won't work without configuring the ASDF registry?
     3(ql:quickload :prove) ;; FIXME
     4(ql:quickload :abcl)
     5
    46(asdf:load-system :abcl)
    57
Note: See TracChangeset for help on using the changeset viewer.