fix up mzc-test support
svn: r4822
This commit is contained in:
parent
3f8d7fe93e
commit
7fbbdd928d
|
@ -25,6 +25,7 @@
|
|||
"sync.ss"
|
||||
"deep.ss"
|
||||
"contmark.ss"
|
||||
"prompt.ss"
|
||||
"will.ss"
|
||||
"namespac.ss"
|
||||
"port.ss"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
|
||||
(for-each (lambda (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
|
||||
`(begin
|
||||
(require-for-syntax mzscheme)
|
||||
|
|
Loading…
Reference in New Issue
Block a user