cl-quickcheck
Common Lisp port of the QuickCheck unit test framework
$ area51 add cl-quickcheckCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-quickcheck:some-function ...)Common Lisp port of the QuickCheck unit test framework
$ area51 add cl-quickcheckCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-quickcheck:some-function ...)