Start of test suite for SRFIs

svn: r1627
This commit is contained in:
Noel Welsh 2005-12-16 17:10:55 +00:00
parent f99cbad380
commit f87c602e42

View File

@ -0,0 +1,11 @@
;; 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"))