I\'m just getting started with TDD and am curious as to what approaches others take to run their tests. For reference, I am using the google testing framework, but I believe the
I go with #1, some reasons are
For C++ build and test, I like to use CMake which can run a selection of the target executables as tests and print a summary of the results.