racket/collects/tests/scribble/main.ss
Eli Barzilay dd68b710ae * Reorganize the scribble tests to separate files
* Finally moved the scribble reader tests with the rest so it can run
  with the nightly build.

svn: r15112
2009-06-07 21:42:38 +00:00

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))