racket/collects/tests/web-server/configuration/all-configuration-tests.ss
2008-08-26 21:20:29 +00:00

10 lines
253 B
Scheme

#lang scheme/base
(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))