Today I released an open source project for doing xUnit style unit testing.
Recently I got roped into doing some embedded C code for a project and I wanted to TDD it. On investigating my unit testing framework options I ended up rolling my own as many frameworks were either too simple or trying to be too smart.
While I’m generally happy with the general style of how to write tests with it, there’s a number of things to cleanup and it probably needs a bit more rounding out for other peoples needs. Also I will add some ‘asserts’ that represent typical things C programmers tend to do.
Anyways, if anyone is interested you can find it at :-
http://code.google.com/p/seatest/