1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Indicate which version of Guile is required to run the test suites.

This commit is contained in:
Jim Blandy 1999-05-29 14:34:02 +00:00
parent 000ee07fc6
commit 216aef150e

View file

@ -1,6 +1,10 @@
This directory contains some tests for Guile, and some generic test This directory contains some tests for Guile, and some generic test
support code. 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. Right now, we only have tests for I/O ports.
To run the test suite, you'll need to: To run the test suite, you'll need to: