racket/collects/web-server/tests/lang/all-lang-tests.ss
Jay McCarthy cbe5d87131 Figuring out where tests go
svn: r6595
2007-06-12 15:12:46 +00:00

17 lines
440 B
Scheme

(module all-lang-tests mzscheme
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2))
"anormal-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
file-box-tests
labels-tests
stuff-url-tests
web-param-tests)))