chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] eggs tutorial


From: felix winkelmann
Subject: Re: [Chicken-users] eggs tutorial
Date: Tue, 6 Nov 2007 07:01:05 +0100

On 11/6/07, naruto canada <address@hidden> wrote:
> hi
>
> I'm reading the part about "tests" dir and "run.scm".
> I've poke inside a few eggs, but couldn't figure out what should
> "run.scm" return?
> #t or #f ?
>
> The web page needs to be amended to include expected return value for 
> "run.scm".
> " http://chicken.wiki.br/eggs%20tutorial#tests "

A failed test script should simply throw an error or exit with a non-zero
exit status.

>
> Is it ok, if I simply list all my test cases in run.scm?
> (use test)
> (test ..... )
> (test ..... )
> (test ..... )
> ......
>

Right.


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]