0
votes
Building and running C++ unit tests in Visual Studio (TDD)
Don't know if you're still looking for a solution. But here's an idea:
You can keep all your tests in one library and write an application that spawns itself and executes each test. This wa …
