Don't compile test files.
(Didn't touch the tiny "test-docs-complete" tests.)
This commit is contained in:
parent
db2da10894
commit
43ef402274
|
@ -3,9 +3,6 @@
|
|||
(define name "HtDP Teachpacks")
|
||||
(define compile-omit-paths
|
||||
'("hangman-world.rkt" "hangman-world-play.rkt"
|
||||
;; TEMPORARY DISABLE THESE FILES UNTIL FIXED
|
||||
;; "matrix.rkt" "matrix-client.rkt" "matrix-invisible.rkt"
|
||||
;; "matrix-render-sig.rkt" "matrix-sig.rkt" "matrix-unit.rkt"
|
||||
"tests"))
|
||||
|
||||
(define scribblings '(("htdp.scrbl")))
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
(define scribblings '(["scribblings/images.scrbl" (multi-page) (gui-library)]))
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
(define scribblings '(["scribblings/plot.scrbl" (multi-page) (gui-library)]))
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
||||
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
|
||||
(define name "PLT Redex")
|
||||
(define scribblings (list (list "redex.scrbl" (list 'multi-page) (list 'tool))))
|
||||
|
||||
(define compile-omit-paths '("tests"))
|
||||
|
|
|
@ -2,6 +2,3 @@
|
|||
|
||||
(define tools '(("time-keystrokes.rkt")))
|
||||
(define tool-names '("Time Keystrokes"))
|
||||
|
||||
(define compile-omit-paths
|
||||
'("image-and-comment-box.rkt"))
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#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)
|
|
@ -1,4 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; "alert.rkt" cannot be compiled
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths '("key-specs.rkt" "utils.rkt" "receive-sexps-port.rkt"))
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,3 +1,6 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "Test Suites")
|
||||
|
||||
;; No need to compile tests -- drdr is checking these files anyway.
|
||||
(define compile-omit-paths 'all)
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; contains some uncompilable files
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,4 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; refers to a nonexistent planet package
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
|
@ -19,9 +19,6 @@
|
|||
;; - To signal failures, either raise an error, or `exit' with a
|
||||
;; positive code. Obviously, make sure that failures print some
|
||||
;; indicative text for you.
|
||||
;; - A semi-related note: the PLT tree compilation should not rely on
|
||||
;; planet packages, so if you use them, make sure you add a
|
||||
;; `compile-omit-paths' in your test's info file.
|
||||
|
||||
;; Tests to run:
|
||||
;; - Each should be a `test' call, with the path to the test file to
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; very slow, and some uncompilable files
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,3 +0,0 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
Loading…
Reference in New Issue
Block a user