The best way to organize multiple unit tests
-
Hi,
I'm developing my application and trying to write unit tests for it for the first time. I currently create tests using the built-in unit test project and I use CMake as my project management system.My question is how to best organize the management and automatic running of multiple unit tests? I have found several tutorials but each is with QMake.
-
Buidl your stuff in e.g. jenkins, run ctest and display the results with an appropriate jenkins plugin