Hello Robby,

Thanks for your reply. I can get racket file.rkt working. I want to test
some or a particular definition in the racket file with a particular input.

Say, the racket file is file.rkt

***********
(define (twice x)
        (* 2 x))

and so on....

**********

I want to test if (twice 2) is 4 from the command line.

Thanks for the help.
Colum

On Thu, Sep 23, 2010 at 2:55 PM, Robby Findler
<[email protected]>wrote:

> Say "racket file.rkt".
>
> You can find the docs here:
>
>
> http://docs.racket-lang.org/reference/running-sa.html#%28part._mz-cmdline%29
>
> Robby
>
> On Thu, Sep 23, 2010 at 1:51 PM, A Z <[email protected]> wrote:
> > I want to make a script that tests a bunch of racket programs in
> different
> > .rkt files. I went through the documentation but I do not get any
> > information about how to run racket programs from command line. Please
> help
> > me.
> > Thanks,
> > Colum
> > _________________________________________________
> >  For list-related administrative tasks:
> >  http://lists.racket-lang.org/listinfo/users
> >
>
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to