diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-05-29 14:34:02 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-05-29 14:34:02 +0000 |
commit | 216aef150e616b8e1bc89ee930acdc14502d3b7b (patch) | |
tree | 7deb2571556c48467811101f044a4dc03f63d132 | |
parent | 000ee07fc6466794f5ee0fe61685c515eb21a10a (diff) |
Indicate which version of Guile is required to run the test suites.
-rw-r--r-- | test-suite/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/README b/test-suite/README index 57eda036b..3ec7f3617 100644 --- a/test-suite/README +++ b/test-suite/README @@ -1,6 +1,10 @@ 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: |