CL-TEST

Top-level Files of trunk
Login

Top-level Files of trunk

Files in the top-level directory of check-in trunk


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.