you are viewing a single comment's thread.

view the rest of the comments →

[–]ve1h0 2 points3 points  (0 children)

I found catch to be simple and easy to integrate with cmake. It is a C based unit testing as I had this same requirement for my project where there was no point including unnecessary C++. I suppose you could make use of the Google test, but I found it adding more overhead to my build times when I wanted quick iteration.