I am a ruby programmer and I really like to do TDD. Right now, I am programming a little bit in C, but I like my tools and the way I program with ruby. So, I am searching for a framework to do unit tests in C. What do you can tell me about it?
I already found some options, like: cunit, cmockery, CuTest and others. The problem is, I don't know how to evaluate the best one. I am writing a simple compiler for my compilers college course.
Could you help me?