Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.10.2
-
None
-
-
4797111a4db12444ad095c950d529311d616bbf7 (qt-creator/qt-creator/4.11)
Description
The test pane does not show or run google tests that are declared with the GTEST_TEST macro. However, it does show and run google tests declared with the google test macro TEST. The project uses CMake and uses the CMake function gtest_discover_tests for discovering the tests.