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.
This commit is contained in:
Eli Barzilay 2011-09-14 17:57:19 -04:00
parent 84d24bac80
commit 370678abf6

View File

@ -1,6 +1,5 @@
#lang setup/infotab
(define compile-omit-paths
(list "collapsed.rkt"
"2htdpimage.rkt"
"image.rkt"))
;; compiling the wxme files requires `racket/draw' which fails on build
;; machines without libcairo. So avoid compiling them.
(define compile-omit-paths 'all)