I want to give TDD a try, and I chose the UnitTest ++ structure, but the documentation almost does not exist (as far as I know).
My concern is this: in all the tutorials I've seen, they put UnitTest::RunAllTests() in the main() function. I assume that they do this only to simplify the explanation, but I do not want this with my software. Where should I put UnitTest::RunAllTests() so that I can execute it every time I create software, but not when it starts?
c ++ unit-testing
Marco giancotti
source share