racket/collects/redex/info.rkt
Eli Barzilay 43ef402274 Don't compile test files.
(Didn't touch the tiny "test-docs-complete" tests.)
2012-03-13 10:29:13 -04:00

7 lines
168 B
Racket

#lang setup/infotab
(define name "PLT Redex")
(define scribblings (list (list "redex.scrbl" (list 'multi-page) (list 'tool))))
(define compile-omit-paths '("tests"))