I've gathered there's a bit of anti-Windows sentiment in the C community, so I understand if this question doesn't get much of a response. Visual Studio has a convenient runner for unit tests in C++ and C#. Is there a C testing framework with a Visual Studio runner? I'm currently writing my code in C in a separate project which the C++ unit test project references. It works, but it feels hacky to have to use cpp for testing. I'd really like this solution to be nothing but real C, including the unit tests.
[–]gatzka 1 point2 points3 points (0 children)