racket/collects/web-server/tests/lang/all-lang-tests.ss
Jay McCarthy 9cec27f49b Dealing with syntax by punting
svn: r6663
2007-06-14 20:25:46 +00:00

19 lines
484 B
Scheme

(module all-lang-tests mzscheme
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2))
"anormal-test.ss"
"defun-test.ss"
"file-box-test.ss"
"labels-test.ss"
"stuff-url-test.ss"
"web-param-test.ss")
(provide all-lang-tests)
(define all-lang-tests
(test-suite
"Web Language"
anormal-tests
defun-tests
file-box-tests
labels-tests
stuff-url-tests
web-param-tests)))