blob: 709e75a3b290b5b2efdfab3b03daa7d75f6cc84f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
A test runner that writes s-expressions to the default output port. Read
the documentation for more information.
To use, just import `(mcgoron srfi 64)` and use `(factory)` to make a new
test runner.
There is currently no test suite for this because it would be tedious to
write.
|