[racket-dev] racket tests

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Aug 31 12:35:44 EDT 2011

7 hours ago, Ryan Culpepper wrote:
> 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")

Much easier to run and to follow -- run this:

  racket -r quiet.rktl

with your newly made executable.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.