From 216aef150e616b8e1bc89ee930acdc14502d3b7b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 29 May 1999 14:34:02 +0000 Subject: [PATCH] Indicate which version of Guile is required to run the test suites. --- test-suite/README | 4 ++++ 1 file changed, 4 insertions(+) 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: