Re: [Chicken-users] test egg

2011-11-01 Thread Mario Domenech Goulart
On Tue, 1 Nov 2011 20:17:44 +0900 Alex Shinn wrote: > On Tue, Nov 1, 2011 at 7:24 PM, Christian Kellermann > wrote: >> * Alex Shinn [01 11:06]: >>> >> #;2> (test 4 (+ 2 2)) >>> >> >>> >> Error: (cdr) bad argument type: #f >>> >>> I'll fix this as soon as I get home, but it's not >>> very me

Re: [Chicken-users] test egg

2011-11-01 Thread Alex Shinn
On Tue, Nov 1, 2011 at 7:24 PM, Christian Kellermann wrote: > * Alex Shinn [01 11:06]: >> >> #;2> (test 4 (+ 2 2)) >> >> >> >> Error: (cdr) bad argument type: #f >> >> I'll fix this as soon as I get home, but it's not >> very meaningful to use tests without any group. > > Ah I guess the confu

Re: [Chicken-users] test egg

2011-11-01 Thread Christian Kellermann
* Alex Shinn [01 11:06]: > >> #;2> (test 4 (+ 2 2)) > >> > >> Error: (cdr) bad argument type: #f > > I'll fix this as soon as I get home, but it's not > very meaningful to use tests without any group. Ah I guess the confusion comes from the example above which is the one from the docs... --

Re: [Chicken-users] test egg

2011-11-01 Thread Alex Shinn
On Tue, Nov 1, 2011 at 6:47 PM, Mario Domenech Goulart wrote: > Hi Curtis, > > On Mon, 31 Oct 2011 20:07:57 -0700 Curtis Cooley > wrote: > >> I'm trying to get the test egg working, but I'm not getting very far. >> I'm using chicken to learn scheme, so I'm really new at all this. I'm >> running

Re: [Chicken-users] test egg

2011-11-01 Thread Mario Domenech Goulart
Hi Curtis, On Mon, 31 Oct 2011 20:07:57 -0700 Curtis Cooley wrote: > I'm trying to get the test egg working, but I'm not getting very far. > I'm using chicken to learn scheme, so I'm really new at all this. I'm > running Linux Mint 11, but I've downloaded and compiled chicken 4.7 > because Mint

Re: [Chicken-users] Test egg question

2007-11-04 Thread Alex Shinn
> On Nov 4, 2007 12:02 AM, Peter Busser <[EMAIL PROTECTED]> wrote: > > > > I'm writing a number of test cases using the test egg. I would like to use > > the test program for automated testing. Is it possible to know that one of > > the tests failed, so I can exit the program with an error value?

Re: [Chicken-users] Test egg question

2007-11-04 Thread Alex Shinn
Hi, On Nov 4, 2007 12:02 AM, Peter Busser <[EMAIL PROTECTED]> wrote: > > I'm writing a number of test cases using the test egg. I would like to use > the test program for automated testing. Is it possible to know that one of > the tests failed, so I can exit the program with an error value? I was