unit-test

unit-testing framework for common lisp

$ area51 add unit-testCopy

Usage

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