r4537: *** empty log message ***
[xptest.git] / README
1 xptest - An "Extreme Programming" test framework for Comon Lisp
2 ======================================================================
3
4 xptest is a framework for building test cases, managing test data, and
5 putting these together into test suites.  It provides a minimal level
6 of support for reports on test runs.  It's also a nice development
7 tool in that one can easily use it for organizing code fragments when
8 developing more complex features.
9
10
11 License (well, non-License)
12 ======================================================================
13 xptest is in the public domain.  It's so simple that even a copyright
14 is just a pathetic clinging some romantic notion of the author.
15
16
17 Installation
18 ======================================================================
19
20 xptest uses defsystem, so your lisp needs to support defsystem.  You
21 may need to modify the XPTest.system file in order to tell defsystem
22 where the source files are stored, and/or set up the appropirate
23 logial path translations.  Alternatively you can just load up the
24 files by hand.
25
26
27
28 Author
29 ======================================================================
30
31 xptest is maintained by Craig Brozefsky <craig@red-bean.com>.  Any bug
32 reports, comments, or patches can be sent to him.
33
34 Others who have contributed:
35 Lyn Headley <lyn@onshore.com>
36 Stig Erik Sandoe <stig@ii.uib.no>