Does Google Test Work With C?
Does Google Test Work With C? I have used googletest extensively in the past to unit test C code and can recommend it. As all Google’s C++ code, Google Test does not use exceptions, so exception safety flow won’t be an issue. As long as your headers are C++-compatible (not using C++ keywords, export symbols