racket/collects/tests/web-server/configuration/all-configuration-tests.ss
Jay McCarthy 76853279c3 Moved to SU3
svn: r13712
2009-02-17 22:11:39 +00:00

10 lines
233 B
Scheme

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