CL-TEST

All Top-level Files
Login

All Top-level Files

Files in the top-level directory in any check-in


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.