nholthaus / gtest-runner

A cross-platform, Qt5 based Graphical User Interface for Google Test unit tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug/Release labels for Visual Studio generated tests

nholthaus opened this issue · comments

On windows, when developing with Visual Studio it's plausible that a user will want to look at both Debug and Release tests in the same instance. Since they both have the same executable base-name, they'd wind up with the same name in the dock.

The current work-around is to hover over the test until the path tool-tip pops up, but it might be nice if the configuration showed up with the test name without the need to hover.