racket/collects/web-server/tests/configuration/all-configuration-tests.ss
2008-02-24 21:27:36 +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))