racket/collects/tests/mzscheme/all.ss
Eli Barzilay 401a535e11 * Added svn:ignore to ignore test-generated files
* 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
2008-03-08 07:34:22 +00:00

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")