lisp-unit2
Common Lisp library that supports unit testing.
$ area51 add lisp-unit2CopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-unit2:some-function ...)Common Lisp library that supports unit testing.
$ area51 add lisp-unit2Copy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(lisp-unit2:some-function ...)