How to automate testing with CMake, CTest, and gtest
In this article, we will have a look at how we can integrate unit, integration, and system tests with CMake. We will see that CMake comes with additional helper utilities, one of which is CTest. We use CMake to register all tests and then compile them into individual executables, and we use CTest to run …
How to automate testing with CMake, CTest, and gtest Read More »