-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Doesn't really have CMake integration, which is a big downer. You could try utest.h, which is a pretty minimal (as the name suggests), but featureful testing library. It still needs you to declare the main, but is that really such a problem?
-
This fork of it has proper CMake integration and provides a module for automatic test discovery with the unique ability to handle DLL finding for you on Windows, which is documented here.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
What is the best Unit testing framework for VS code for C?
-
Recursive macros in C, demystified (once the ugly crying stops)
-
Show HN: RK Test, a Google Test style library written in C99
-
Criterion: A cross-platform C/C++ unit testing framework for the 21st century
-
Basic CMake question regarding subdirectories