Next: Package FL.PORT, Previous: Package FL.DEMO, Up: Reference manual [Contents][Index]
This package provides routines for building a simple
regression test suite. Most files in FEMLISP contain a test function at
the end which checks several critical features which the file or module
provides. By calling the function adjoin-test
at load time,
this function is added to a list of functions to be checked. After loading
FEMLISP, all functions in this list can be executed one after the other
by calling the function test-femlisp
. Errors and exceptions are
registered and finally reported. It is very much recommended to run this
test suite before a release.
Adjoins a test to the Femlisp test suite.
Adjoins a test to the Femlisp test suite.
At the moment small tests are ignored. One might think of collecting them when compiling a certain file.
Runs the Femlisp test suite.