racket/collects/tests/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
151 B
Racket

#lang setup/infotab
(define name "Test Suites")
;; No need to compile tests -- drdr is checking these files anyway.
(define compile-omit-paths 'all)