racket/collects/tests/mzscheme/all.ss
Eli Barzilay 55619b853e * made quiet.ss show real errors properly (tricky...)
* the exit code of quiet.ss is now 1 for failed tests, 2 for an
  unexpected error, and 3 for a timeout
* added net.ss and uni-norm.ss to all.ss
* uni-norm.ss will retrieve the test file if it doesn't find it
* it will also throw an error if it cannot retrieve proper tests

svn: r3662
2006-07-09 05:32:41 +00:00

8 lines
176 B
Scheme

(load-relative "mz.ss")
(load-relative "mzlib.ss")
(load-relative "boundmap-test.ss")
(load-relative "net.ss")
(load-relative "foreign-test.ss")
(load-relative "uni-norm.ss")