Next: , Up: Lisp Unit   [Contents][Index]


9.2.1 How To Use Lisp-Unit

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’.

  1. Load (or compile and load) as a single file : (load "lisp-unit"); or
  2. Load using ‘Quicklisp’ : (ql:quickload :lisp-unit); or
  3. Load using ‘ASDF’ : (asdf:load-system :lisp-unit).
  4. Load a file of tests.
  5. Run the tests with run-tests.