racket/collects/web-server/tests/configuration/all-configuration-tests.ss
Jay McCarthy d9a2d52490 converting to scheme/base
svn: r7826
2007-11-23 23:58:36 +00:00

9 lines
252 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))