Changeset 15372
- Timestamp:
- 08/30/20 05:10:59 (3 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.asd
r15363 r15372 61 61 #+abcl 62 62 (:file "closure-serialization"))))) 63 64 ;;; FIXME Currently requires ACBL-CONTRIB and QUICKLISP-ABCL to be65 ;;; loaded, but can't seem to put in the :defsystem-depends-on stanza66 (defsystem abcl/t67 :description "DEPRECATED tests for ABCL via PROVE see ABCL-PROVE."68 :version "1.7.1"69 :perform70 (asdf:test-op (op c)71 (ql:quickload :abcl-prove)72 (asdf:load-system :abcl-prove)73 (asdf:test-system :abcl-prove/t)))74 63 75 64 ;;; -
trunk/abcl/ci/abcl-prove.lisp
r15330 r15372 5 5 (asdf:test-system :abcl-prove/t)) 6 6 7 ;;; also works as :abcl/t under some definitions
Note: See TracChangeset
for help on using the changeset viewer.