summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-05-20 19:57:39 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-05-20 19:57:39 +0000
commitb950f7cbec57de98cdeb1cda44f6a4880046e4f3 (patch)
treebce7185e36f50b2efbc1e8d874fd27d7270f82db
parent4701caa84f76ea5de5bdc5de8e2e618c15b44e1f (diff)
downloadguile-b950f7cbec57de98cdeb1cda44f6a4880046e4f3.tar.gz
Sync w/ HEAD (1.5).
-rw-r--r--test-suite/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/test-suite/README b/test-suite/README
index d13e76c51..116869e17 100644
--- a/test-suite/README
+++ b/test-suite/README
@@ -5,13 +5,8 @@ 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.
-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.
+For information about how to run the test suite, read the usage
+instructions in the comments at the top of the guile-test script.
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