Use Quicklisp!
Just run (ql:quickload :clones)
and you should be ready to go.
Clones is tested with Prove.
Install clones and then run (asdf:test-system :clones)
.
If running tests in SLIME, you may want to disable color support since SLIME doesn't support ANSI color codes.
(ql:quickload :clones-test)
(let ((prove:*enable-colors* nil)) (asdf:test-system :clones))
Copyright (c) 2017 Brit Butler (brit@kingcons.io)
Licensed under the LLGPL License.