Re: Unit testing C code
Re: Unit testing C code
- Subject: Re: Unit testing C code
- From: Conrad Taylor <email@hidden>
- Date: Fri, 14 Oct 2011 02:29:51 -0700
On Thu, Oct 13, 2011 at 12:22 PM, Thomas Davie
<email@hidden> wrote:
Hi Everyone,
I'm starting work on a new library that uses C only, I'd like to have unit tests that integrate nicely with Xcode. Obviously I can use the standard SenTestingKit stuff, but that seems to bring in an unnecessary dependency on objective-c if I wanted to carry on development on another platform.
What tools are available for testing using only C code?
Thanks
Tom Davie
if (*ra4 != 0xffc78948) { return false; }
Tom, you can give the following a try:
Also, you can find a bigger list for C here:
Good luck,
-Conrad
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden