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'm using a third-party test-runners with their framework and including testing in build script. Tests are outside of production code (external dll).