CL-TEST

Top-level Files of tip
Login

Top-level Files of tip

Files in the top-level directory from the latest 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.