Changeset 15372


Ignore:
Timestamp:
08/30/20 05:10:59 (3 years ago)
Author:
Mark Evenson
Message:

build: remove obsolete abcl/t

Tests for ABCL using PROVE have been moved into <file:abcl-prove.asd>.

We shouldn't reference the QUICKLISP package in any event, as this
will cause errors when testing ABCL without Quicklisp present.

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/abcl.asd

    r15363 r15372  
    6161                         #+abcl
    6262                         (:file "closure-serialization")))))
    63 
    64 ;;; FIXME Currently requires ACBL-CONTRIB and QUICKLISP-ABCL to be
    65 ;;; loaded, but can't seem to put in the :defsystem-depends-on stanza
    66 (defsystem abcl/t
    67   :description "DEPRECATED tests for ABCL via PROVE see ABCL-PROVE."
    68   :version "1.7.1"
    69   :perform
    70     (asdf:test-op (op c)
    71        (ql:quickload :abcl-prove)
    72        (asdf:load-system :abcl-prove)
    73        (asdf:test-system :abcl-prove/t)))
    7463
    7564;;;
  • trunk/abcl/ci/abcl-prove.lisp

    r15330 r15372  
    55 (asdf:test-system :abcl-prove/t))
    66
    7 ;;; also works as :abcl/t under some definitions
Note: See TracChangeset for help on using the changeset viewer.