private/test-suite.ss
;; require this file to run all of the test suites for redex.

(module test-suite mzscheme
  (require "tl-test.ss"
           "matcher-test.ss"
           "schemeunit-test.ss"))