run64 is a SRFI-64 runner. It is a convenience script to run SRFI-64 tests and generate pretty, readable, colorful output. run64 is meant to work with an SRFI-64 implementation, and is not an SRFI-64 implementation in itself.
Usage
To use run64, invoke it on the command-line passing files containing SRFI-64 tests as arguments. For example,
$ run64 test-file1.scm test-file2.scm
You might want to invoke the run64 executable specific to your scheme implementation. For example, if you are using GNU Guile,
$ guile-run64 test-file1.scm test-file2.scm
Portability
Contributing
Feedback, suggestions, feature requests, bug reports and pull requests are all welcome. Please write to arunisaac@systemreboot.net.
License
run64 is free software released under the terms of the GNU General Public License, either version 3 of the License, or (at your option) any later version.