racket/collects/tests/scribble/main.rkt
Eli Barzilay 0801525931 Merge in the docs test into the rest of the scribble tests.
Also fixed it to scan all scrbl files in the docs directory, use
runtime-path, and change the rest to racket to get the quoted printout
right.
2011-02-16 15:26:15 -05:00

10 lines
221 B
Racket

#lang racket/base
(require tests/eli-tester
"reader.rkt" "preprocessor.rkt" "collect.rkt" "docs.rkt")
(test do (reader-tests)
do (begin/collect-tests)
do (preprocessor-tests)
do (docs-tests))