The framework should be as portable as possible. Thank you!

Later Edit: If possible I am looking for something similar (as approach) with Java's Junit.

link|improve this question

1  
feedback

4 Answers

up vote 2 down vote accepted

You might also look at ATF ( http://www.netbsd.org/~jmmv/atf/ ), which is very portable, and easy to use. For example, it is used as part of the automated regression testing of the netbsd OS. It provides both C and C++ interfaces.

link|improve this answer
feedback

Here is a nice list of unit test frameworks for C.

link|improve this answer
3  
Do you have experience with any of them. Any suggestions ? – Andrei Ciobanu Mar 26 '10 at 13:43
feedback

Personally I'm using CuTest with a few minor modifications. It's simple but pretty good for many needs.

link|improve this answer
feedback

Please check the below link. It might be helpful.

http://code.google.com/p/test-dept/wiki/TestDept

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.