Next: How to Test, Up: Lisp Unit [Contents][Index]
The core definitions of lisp-unit
may be used by loading the single file
lisp-unit.lisp
. To use the extensions, lisp-unit
must be loaded using
either ‘Quicklisp’ or ‘ASDF’.
(load "lisp-unit")
; or
(ql:quickload :lisp-unit)
; or
(asdf:load-system :lisp-unit)
.
run-tests
.