[funds-cvs] r201 - trunk/funds
abaine at common-lisp.net
abaine at common-lisp.net
Mon Aug 20 17:54:19 UTC 2007
Author: abaine
Date: Mon Aug 20 13:54:19 2007
New Revision: 201
Modified:
trunk/funds/README
Log:
Removed test instructions because there are no more tests.
Modified: trunk/funds/README
==============================================================================
--- trunk/funds/README (original)
+++ trunk/funds/README Mon Aug 20 13:54:19 2007
@@ -16,21 +16,4 @@
> (asdf:operate 'asdf:load-op 'funds)
To see the publicly exported symbols in package "FUNDS," look at the
-file funds/src/package.lisp.
-
-RUNNING THE TESTS
-
-Funds' test suite uses lisp-unit, a unit test framework available from
-http://www.cs.northwestern.edu/academics/courses/325/programs/lisp-unit.lisp.
-Because lisp-unit is small and stable, it is included with funds.
-
-Make a symbolic link to funds/tests/funds-tests.asd somewhere visible
-to asdf. As above, this would be:
-
- prompt $ cd /somewhere/in/*central-registry*
- prompt $ ln -s /path/to/funds/tests/funds-tests.asd .
-
-Now type at a lisp prompt:
-
- > (asdf:operate 'asdf:load-op 'funds-tests)
- > (lisp-unit:run-all-tests :funds-tests)
+file funds/src/package.lisp.
More information about the Funds-cvs
mailing list