clunit
CLUnit is a Common Lisp unit testing framework.
$ area51 add clunitCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clunit:some-function ...)CLUnit is a Common Lisp unit testing framework.
$ area51 add clunitCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(clunit:some-function ...)