
* Renamed mzlib/contract header (distinguished from the other) * Added "scheme.ss" to test things from the scheme collection * Added "for.ss" to the "scheme.ss" tests, renamed the section header to `for' * Added "list.ss" to test stuff from scheme/list: flatten * Moved list tests from "function.ss" to "list.ss": foldl, foldr, filter, memf, assf, sort; removed bogus quicksort-mergesort test svn: r8928
10 lines
242 B
Scheme
10 lines
242 B
Scheme
|
|
(load-relative "loadtest.ss")
|
|
(load-relative "scheme.ss")
|
|
(load-relative "mz.ss")
|
|
(load-relative "mzlib.ss")
|
|
(load-in-sandbox "boundmap-test.ss")
|
|
(load-in-sandbox "net.ss")
|
|
(load-in-sandbox "foreign-test.ss")
|
|
(load-in-sandbox "uni-norm.ss")
|