[racket-dev] racket tests
On 08/31/2011 02:51 AM, Paulo J. Matos wrote:
> Hi,
>
> I just changes a couple of things in the C code in order to remove some
> of the warnings by the C compilers.
>
> How can I ran the available racket tests so I can be more confident that
> I didn't break anything?
See /collects/tests/racket/README for instructions, although the file
extensions need updating slightly (the files now end with .rktl, for
"loadable" racket source). You probably want this, at least:
> (load "<path-to-tests>/all.rktl")
Ryan