Files in the top-level directory of check-in trunk
- example.lisp
- main.lisp
- package.lisp
- README.wiki
- test.asd
- util.lisp
CL-TEST
CL-TEST is a simple testing system for Common Lisp.
Its API comprises two functions, test and say.
say is meant to be used only within test.
See those functions within main.lisp.
example.lisp is not part of the testing system; it demonstrates the system's use.