clunit2

MIT

CLUnit is a Common Lisp unit testing framework.

$ area51 add clunit2Copy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clunit2:some-function ...)