CTest is a testing tool distributed as part of CMake. So, if you’re not using a Visual Studio solution and… Read more Unit Testing – CTest
Tag: Visual Studio
Unit Testing – Google Test (C++)
Microsoft’s unit testing framework for C++ is not the only testing framework Visual Studio supports. The “Desktop Development With C++”-workload… Read more Unit Testing – Google Test (C++)
Unit Testing – Microsoft CppUnitTest Framework (C++)
Regardless of whether you write unit tests by choice or because you are forced to, it is beneficial to have… Read more Unit Testing – Microsoft CppUnitTest Framework (C++)
Setting up a Project for Multi-Platform Development – Visual Studio
Setting up a project for multi-platform development can be quite easy. Just add a new solution platform and you’re done!… Read more Setting up a Project for Multi-Platform Development – Visual Studio