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:
Casey Klein 2010-10-25 15:18:16 -05:00 committed by Ryan Culpepper
parent 1b24ca0063
commit 7708164561
4 changed files with 3 additions and 3 deletions

View File

@ -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 *)

View File

@ -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"

View File

@ -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))
'())))