Unit testing C code
Unit testing C code
- Subject: Unit testing C code
- From: Thomas Davie <email@hidden>
- Date: Thu, 13 Oct 2011 20:22:54 +0100
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; }
|
_______________________________________________
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