
* Finally moved the scribble reader tests with the rest so it can run with the nightly build. svn: r15112
8 lines
176 B
Scheme
8 lines
176 B
Scheme
#lang scheme/base
|
|
|
|
(require tests/eli-tester "reader.ss" "preprocessor.ss" "collect.ss")
|
|
|
|
(test do (reader-tests)
|
|
do (begin/collect-tests)
|
|
do (preprocessor-tests))
|