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.
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.
Personally I'm using CuTest with a few minor modifications. It's simple but pretty good for many needs.
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.