updated version, but need to update installation scripts
[cls.git] / tests / README
blob9f9cd08fc52ced62e0ba8464db6830052a5c4aad
1 This directory contains a set of tests adapted from the `thorough'
2 tests in new S.
4 To run the tests on a UNIX system, run xlisp (not xlispstat) from ..
5 and do
7         (load "tests/test")
9 On a Macintosh, load the file test.lsp from the Tests folder.
11 You may accasionally see a failure in "math" or "prob" because random
12 data is used and I have not tuned things well enough yet to make these
13 failures rare.
15 To add new tests create a new file and add its name to the list defined
16 at the top of tests.lsp.