8 lines
171 B
Scheme
8 lines
171 B
Scheme
#!r6rs
|
|
(import (tests r6rs lists)
|
|
(tests r6rs test)
|
|
(rnrs io simple))
|
|
(display "Running tests for (rnrs lists)\n")
|
|
(run-lists-tests)
|
|
(report-test-results)
|