Renames delim-cont tests so that they're not stripped by the distribution script.
(Merge to release branch.)
(cherry picked from commit f4c4b79049
)
This commit is contained in:
parent
1b24ca0063
commit
7708164561
|
@ -1188,7 +1188,7 @@ path/s is either such a string or a list of them.
|
|||
"collects/redex/examples/church.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/combinators.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/compatible-closure.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/delim-cont/tests.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/delim-cont/test.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/letrec.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/omega.rkt" drdr:command-line (mzc *)
|
||||
"collects/redex/examples/r6rs/r6rs-tests.rkt" drdr:command-line (mzc *)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
To run the tests using the model:
|
||||
---------------------------------
|
||||
|
||||
1. Open "tests.rkt" in DrRacket
|
||||
1. Open "test.rkt" in DrRacket
|
||||
|
||||
2. Change DrRacket's current language to "Use the langauge declared
|
||||
in the source"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
("../examples/beginner.ss" main)
|
||||
"../examples/racket-machine/reduction-test.ss"
|
||||
"../examples/racket-machine/verification-test.ss"
|
||||
"../examples/delim-cont/tests.rkt"
|
||||
"../examples/delim-cont/test.rkt"
|
||||
("../examples/r6rs/r6rs-tests.ss" main))
|
||||
'())))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user