So I liked and came to enjoy Google Test for a C ++ project. I am just a new project that can be brought directly into C (a library) and can not see any reason so far because not to continue to use Google Test, though it is a C + + framework . There will be no problem after the C ++ compiler becomes available.
What are the specific reasons why do not use Google Test to test C code directly?
Thank you.
It is very common to test C code using the C ++ test framework, here Until even after this approach. I have already used googletest on a large scale for unit test c code and could recommend it.
I have written a blog post that can be useful:
Comments
Post a Comment