racket/collects/tests/web-server/configuration/all-configuration-tests.rkt

10 lines
212 B
Racket

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