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