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

7 lines
184 B
Scheme

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