racket/collects/web-server/tests/dispatchers/filesystem-map-test.ss
Jay McCarthy 49e542f71d Test case stubs
svn: r6453
2007-06-01 18:53:21 +00:00

7 lines
209 B
Scheme

(module filesystem-map-test mzscheme
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2)))
(provide filesystem-map-tests)
(define filesystem-map-tests
(test-suite
"Filesystem Map")))