GoogleTestRunner
GoogleTestRunner copied to clipboard
Separate test for a release version cannot run
Hi,
thank you for perfect addon. I have small issue when I try to run separate test for release version: when I select "Run Tests" (Ctrl+R, T), the runner prints:
------ Discover test started ------ GoogleTest: Does H:\src\app\build\Release\xsdtest.exe match [Tt]est[s]{0,1}.*.exe: true Found 26 tests, resolving symbols Loading symbols from H:\src\app\build\Release\xsdtest.exe File 'H:\src\app\build\Release\xsdtest.pdb' not found. ========== Discover test finished: 26 found (0:00:00,779) ========== No tests found to run.
There is no problem with debug version.
Thanks in advance.