Easily debug unit tests with GDB
A while ago I developed an ANSI C based unittest framework that gives me the same comfort as the Qt’s unit test framework in C++, but small and portable for embedded ANSI C applications.
You can find the framework here on github: http://gergap.github.io/unittest
This framework …
more ...