I am new to C programming I have been programming in Java for a few years now.
I am trying to find a framework for unit testing a C program, preferable a cross platform framework.
Ideally the structure of which should be similar to JUnit I have found a list of frameworks at http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C and wanted to know if any of these are similar to JUnit or which you would recommend?
One that I found in another post (unit testing framework for C) called Check looks like it may be what I'm looking for however I can't find which platforms it runs on.
I use both a Mac and a Windows machine for development.
Thanks in advance