Remove a bunch of no-longer-needed `compile-omit-paths', and move the
few ones into the subcollections.
This commit is contained in:
parent
d8029e4fca
commit
e788903d0e
|
@ -1,5 +1,7 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define tools '(("time-keystrokes.rkt" "drracket")))
|
||||
(define tool-names '("Time Keystrokes"))
|
||||
|
||||
(define compile-omit-paths
|
||||
'("image-and-comment-box.rkt"))
|
||||
|
||||
|
|
3
collects/tests/gracket/info.rkt
Normal file
3
collects/tests/gracket/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
|
@ -1,35 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "Test Suites")
|
||||
(define tools '(("time-keystrokes.rkt" "drracket")))
|
||||
(define tool-names '("Time Keystrokes"))
|
||||
|
||||
(define compile-omit-paths
|
||||
'("2htdp"
|
||||
"aligned-pasteboard"
|
||||
"deinprogramm"
|
||||
"errortrace"
|
||||
"future"
|
||||
"gracket"
|
||||
"honu"
|
||||
"match"
|
||||
"macro-debugger"
|
||||
"mysterx"
|
||||
"mzcom"
|
||||
"racket"
|
||||
"plai"
|
||||
"planet"
|
||||
"plot"
|
||||
"r6rs"
|
||||
"rackunit"
|
||||
"srfi"
|
||||
"srpersist"
|
||||
"stepper"
|
||||
"stxparse"
|
||||
"syntax-color"
|
||||
"typed-scheme"
|
||||
"units"
|
||||
"unstable"
|
||||
"xml"
|
||||
"html"
|
||||
"web-server"))
|
||||
|
|
4
collects/tests/plai/info.rkt
Normal file
4
collects/tests/plai/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; contains some uncompilable files
|
||||
(define compile-omit-paths 'all)
|
4
collects/tests/planet/info.rkt
Normal file
4
collects/tests/planet/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; refers to a nonexistent planet package
|
||||
(define compile-omit-paths 'all)
|
3
collects/tests/racket/info.rkt
Normal file
3
collects/tests/racket/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths 'all)
|
4
collects/tests/typed-scheme/info.rkt
Normal file
4
collects/tests/typed-scheme/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
;; very slow, and some uncompilable files
|
||||
(define compile-omit-paths 'all)
|
Loading…
Reference in New Issue
Block a user