source: tags/1.5.0/contrib/abcl-asdf/t/package.lisp

Last change on this file was 14922, checked in by Mark Evenson, 7 years ago

abcl-asdf: repackage with sub systems; renable test suite

#+BEGIN_SRC lisp

(asdf:test-system :abcl-asdf)

#+END_SRC

Move abcl-asdf tests over to PROVE.

PROVE currently needs to be special cased for newer ASDF version.
Install into Quicklisp local projects via:

#+BEGIN_SRC sh

cd ~/quicklisp/local-projects && git clone https://github.com/easye/prove

#+END_SRC

Patch with <https://github.com/easye/prove> for open
<https://github.com/fukamachi/prove/pull/34>.

File size: 91 bytes
Line 
1(defpackage abcl-asdf/test
2  (:nicknames #:abcl-asdf-test)
3  (:use cl abcl-asdf prove))
4
5
6
Note: See TracBrowser for help on using the repository browser.