I am trying to start unit testing. I am looking at a few C++ frameworks and want to try Boost.Test. The documentation seems very thorough, and it\'s a bit overwhelming, espe
there's no standalone test runner as in NUnit
you simply build the test cases as a single .exe application (if you are on Windows) and you run it