fix up mzc-test support
svn: r4822
This commit is contained in:
parent
3f8d7fe93e
commit
7fbbdd928d
|
@ -25,6 +25,7 @@
|
||||||
"sync.ss"
|
"sync.ss"
|
||||||
"deep.ss"
|
"deep.ss"
|
||||||
"contmark.ss"
|
"contmark.ss"
|
||||||
|
"prompt.ss"
|
||||||
"will.ss"
|
"will.ss"
|
||||||
"namespac.ss"
|
"namespac.ss"
|
||||||
"port.ss"
|
"port.ss"
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
(for-each (lambda (f)
|
(for-each (lambda (f)
|
||||||
(when (regexp-match "^flat-[0-9]+[.]ss$" (path->string f))
|
(when (regexp-match "^flat-[0-9]+[.]ss$" (path->string f))
|
||||||
(parameterize ([current-namespace (make-namespace)])
|
(parameterize ([current-namespace (make-namespace)]
|
||||||
|
[exit-handler void])
|
||||||
(eval
|
(eval
|
||||||
`(begin
|
`(begin
|
||||||
(require-for-syntax mzscheme)
|
(require-for-syntax mzscheme)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user