Re: [racket-dev] How to run the BSL test suite?

2010-07-14 Thread Guillaume Marceau
If I execute Racket.exe -f racket/htdp.rktl I get the error: racket/beg-adv.rktl:2:1: htdp-syntax-test: this function is not defined in: htdp-syntax-test For the record, I later discovered that this is indeed the right way to run the test suite. The error message I was receiving was describing

Re: [racket-dev] How to run the BSL test suite?

2010-07-14 Thread Matthias Felleisen
See top of lang/private/teachprims.rkt for note on testing. I tend to run them with load. On Jul 14, 2010, at 11:24 AM, Guillaume Marceau wrote: If I execute Racket.exe -f racket/htdp.rktl I get the error: racket/beg-adv.rktl:2:1: htdp-syntax-test: this function is not defined in: