Search code examples
visual-studiocmakectest

Running verbose cmake tests in Visual Studio


I have a placeholder test setup with cmake and I'm using the Visual Studio (2017) integration. How can I run a test in verbose mode from within VS?

Test Explorer


Solution

  • After you run the test, VS shows an "Output" button in the task explorer where you can see all the test outputs.