Corrected the dependencies for rational.lisp.
[lisp-unit.git] / README
blob97ac193d8e8e796550437ad6fd6358741b5941e3
1 lisp-unit
3 lisp-unit is a Common Lisp library that supports unit testing. It is
4 an extension of the library written by Chris Riesbeck. There is a long
5 history of testing packages in Lisp, usually called "regression"
6 testers. More recent packages in Lisp and other languages have been
7 inspired by JUnit for Java.
9 Documentation is located in the documentation directory.