Search Results

0
votes

How to set up unit testing for Visual Studio C++

I like the CxxTest as well for the same reasons. It's a header file only so no linking required. You aren't stuck with Perl as there is a Python runner as well. I will be reviewing the google libra …