I tried Check, but there isnt much documentation (especially about windows) and I keep getting segfaults (probably because I am unsure of what defines are required).
I can’t get Cunit to build and install with Cygwn (Make crashes on a virgin install (error message lost as I have since trashed it but I did google).
Even NetBeans “simple c unit test” is segfaulting on me.
Can anyone tell me of a C unit test system which will work right out of the box without me having to spend hours googling & debugging and days on support forums?
Anything at all – I will use any compiler (Migw, Borland, Cygwin … anything)
Desirable would be integration with Netbeans, but I can live wthout that.
Desirable would be a nice GUI, maybe with a traffic light system, but I can live wthout that.
I just want to get on with it & feel that I might be quicker hacking together my own …
Any suggestins? Thanks in advance
I’ve been using Boost Test library. It is in C++ though and the documentation is not very good. The upside is that it is widely used and many continuous integration tools like Hudson can parse its output format and visualize test results as plots.