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

9 lines
292 B
Scheme

(module all-configuration-tests mzscheme
(require (planet "test.ss" ("schematics" "schemeunit.plt" 2))
"configuration-table-test.ss")
(provide all-configuration-tests)
(define all-configuration-tests
(test-suite
"Configuration"
configuration-table-tests)))