[Chicken-users] test egg

2011-11-01 Thread Curtis Cooley
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 came with 4.2 and I could not even get the test egg to load. Any help or

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 curtis.coo...@gmail.com 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

Re: [Chicken-users] test egg

2011-11-01 Thread Alex Shinn
On Tue, Nov 1, 2011 at 6:47 PM, Mario Domenech Goulart mario.goul...@gmail.com wrote: Hi Curtis, On Mon, 31 Oct 2011 20:07:57 -0700 Curtis Cooley curtis.coo...@gmail.com 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

Re: [Chicken-users] test egg

2011-11-01 Thread Christian Kellermann
* Alex Shinn alexsh...@gmail.com [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

Re: [Chicken-users] test egg

2011-11-01 Thread Alex Shinn
On Tue, Nov 1, 2011 at 7:24 PM, Christian Kellermann ck...@pestilenz.org wrote: * Alex Shinn alexsh...@gmail.com [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

Re: [Chicken-users] test egg

2011-11-01 Thread Mario Domenech Goulart
On Tue, 1 Nov 2011 20:17:44 +0900 Alex Shinn alexsh...@gmail.com wrote: On Tue, Nov 1, 2011 at 7:24 PM, Christian Kellermann ck...@pestilenz.org wrote: * Alex Shinn alexsh...@gmail.com [01 11:06]: #;2 (test 4 (+ 2 2)) Error: (cdr) bad argument type: #f I'll fix this as soon as I

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

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? OK, I just