1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

Sync w/ HEAD (1.5).

This commit is contained in:
Thien-Thi Nguyen 2002-05-20 19:57:39 +00:00
parent 4701caa84f
commit b950f7cbec

View file

@ -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 15 Feb 1999 --- the tests use the (ice-9 and-let*) and (ice-9
getopt-long) modules, which were added to Guile around then. getopt-long) modules, which were added to Guile around then.
To run the test suite, you'll need to: For information about how to run the test suite, read the usage
- edit the path to the guile interpreter in `guile-test', and instructions in the comments at the top of the guile-test script.
- 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 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 (test-suite lib); it also has comments at the top and before each