Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.15.1
-
None
-
-
9542ccd14eb92626c24c96614250ffa6596576e2 (qt-creator/qt-creator/4.15)
Description
I have built Qt Creator master with CMake with the following parameters:
-DCMAKE_PREFIX_PATH:STRING=%{Qt:QT_INSTALL_PREFIX};c:/llvm/mingw -DWITH_TESTS=ON
This should build Qt Creator with all plugins and tests.
The "Qt Test" and "Google Test" when run hat ~1700 tests. CTest is displayed with none.
If I run in the locator window the following command:
! ctest --test-dir c:\Projects\QtCreator\build-repo-MinGW_64_bit_Qt_5_15_2-Release -j 20
I would see ctest running ~3100 tests.
I don't know if the ~1700 tests from above are somehow equivalent to the ~3100 tests from ctest.
I have attached a screencast showcasing this report.