racket/collects/tests/mzscheme/srfi.ss
2005-12-16 17:10:55 +00:00

11 lines
267 B
Scheme

;; SRFI Tests
(load-relative "loadtest.ss")
;; Test that all SRFIs load. Run this in both DrScheme and
;; MzScheme for maximum coverage.
;; We just require all the SRFIs and hope nothing bombs.
;; Keep an eye out for error messages!
(require (lib "1.ss" "srfi"))