clunit

BSD

CLUnit is a Common Lisp unit testing framework.

$ area51 add clunitCopy

Usage

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