racket/collects/tests/drracket/snip/info.rkt
Eli Barzilay 370678abf6 Avoid compiling wxme test files.
Since that requires `racket/draw', which requires libcairo, which is
missing on some build machines.  It might be needed in the future, but
for now it's better to make it easier to add build machines.
2011-09-16 10:48:18 -04:00

6 lines
182 B
Racket

#lang setup/infotab
;; compiling the wxme files requires `racket/draw' which fails on build
;; machines without libcairo. So avoid compiling them.
(define compile-omit-paths 'all)