racket/collects/tests/web-server/configuration/all-configuration-tests.ss
Jay McCarthy afe6599e23 converting to trunk schemeunit
svn: r14440
2009-04-06 22:57:20 +00:00

10 lines
211 B
Scheme

#lang scheme/base
(require schemeunit
"configuration-table-test.ss")
(provide all-configuration-tests)
(define all-configuration-tests
(test-suite
"Configuration"
configuration-table-tests))