Hi,
>
Is there a de facto standard C unit testing framework that is
generally liked?
>
I don't think there is.
You could look at CUnit (http://cunit.sourceforge.net). I have used a
number of the XUnit style frameworks (C++, JavaScript, Java and PHP) and
I have no hesitation in recommending any of those. I currently use
CppUnit for C, simply because I also use it for C++.
Comment