I'm using Visual Studio Test for C++, and am debugging a specific test. Microsoft has provided all kinds of ways to run the test in the debugger, but none that I really like. I am getting tired of having to go find the test code and then press Ctrl+R, Ctrl+T (or mousing around which I hate). I want Ctrl+R, Ctrl+T behavior from any source code context.
Is there a way to hook F5 to run the selected test(s) in the debugger?
I've tried setting my test project as startup, but that makes F5 "unable to start" because the test is a DLL.