Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.15.1
-
None
-
-
f6f2ffde4e4c49834266210d8f9778660fca28f9
Description
Bug setup
Just create a new "Auto test project" (in other project)
Choose:
- test framework: Google test
- Enable C++11: true
- Googletest source directory: set
- build system: CMake
Using Qt 5.15.2 MinGW 64-bit kit
Bug
Unable to run tests in "8 Test Results" view.
Remarks:
- The same with qmake build system works
- However the generated executable is runnable as a normal program. In "3 Application output" the googletest output is there.