RE: unit tests for curl tool code

2013-04-22 Thread Richard Cattermoul
your assistance Regards Richard -Original Message- From: curl-library [mailto:curl-library-boun...@cool.haxx.se] On Behalf Of Daniel Stenberg Sent: 22 April 2013 12:55 To: libcurl development Subject: Re: unit tests for curl tool code On Mon, 15 Apr 2013, Kamil Dudka wrote: > while trying

Re: unit tests for curl tool code

2013-04-22 Thread Daniel Stenberg
On Mon, 15 Apr 2013, Kamil Dudka wrote: while trying to merge the patch for , I wanted to use the checker provided by Jared Jennings as a unit test. However, our unit testing infrastructure seems to cover only the library code for now. Is there any