racket/collects/tests/srfi/43/run-tests.rktl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

6 lines
111 B
Racket

(require rackunit)
(require rackunit/text-ui)
(require "all-srfi-43-tests.rkt")
(run-tests all-srfi-43-tests)