1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/test-suite
Greg J. Badros 60a740c41c * paths.scm: Use HOME envvar to find guile-modules (this at least
lets people use a symlink in their home directory to point at
guile-modules, instead of Jim's hard-coded path.
2000-01-05 16:41:12 +00:00
..
tests * tests/weaks.test, tests/hooks.test: Added. 1999-12-22 11:41:40 +00:00
.cvsignore Ignore log files produced by benchmarks and test suites. 1999-05-30 10:31:56 +00:00
ChangeLog *** empty log message *** 1999-12-22 11:41:47 +00:00
COPYING Copyleft files. 1999-05-30 09:22:12 +00:00
guile-test Initial checkin of the Guile test suite. 1999-05-29 14:22:24 +00:00
lib.scm Doc fix. 1999-09-20 23:57:44 +00:00
paths.scm * paths.scm: Use HOME envvar to find guile-modules (this at least 2000-01-05 16:41:12 +00:00
README Indicate which version of Guile is required to run the test suites. 1999-05-29 14:34:02 +00:00

This directory contains some tests for Guile, and some generic test
support code.

To run these tests, you will need a version of Guile more recent than
15 Feb 1999 --- the tests use the (ice-9 and-let*) and (ice-9
getopt-long) modules, which were added to Guile around then.

Right now, we only have tests for I/O ports.

To run the test suite, you'll need to:
- edit the path to the guile interpreter in `guile-test', and 
- edit the paths in `paths.scm', so `guile-test' can find the test
  scripts.

Once that's done, you can just run the `guile-test' script.  That
script has usage instructions in the comments at the top.

You can reference the file `lib.scm' from your own code as the module
(test-suite lib); it also has comments at the top and before each
function explaining what's going on.

Please write more Guile tests, and send them to bug-guile@gnu.org.
We'll merge them into the distribution.  All test suites must be
licensed for our use under the GPL, but I don't think I'm going to
collect assignment papers for them.