Start of test suite for SRFIs
svn: r1627
This commit is contained in:
parent
f99cbad380
commit
f87c602e42
11
collects/tests/mzscheme/srfi.ss
Normal file
11
collects/tests/mzscheme/srfi.ss
Normal 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"))
|
Loading…
Reference in New Issue
Block a user