issues
search
microsoft
/
vscode-cmake-tools
CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k
stars
453
forks
source link
fix: CTest Test Suite Delimiter prevents running all tests (#4092)
#4154
Closed
hippo91
closed
2 weeks ago
hippo91
commented
2 weeks ago
This change addresses item #4092
This changes visible behavior
The following changes are proposed:
Adds a method named
fillDriverMap
that recursively fill in the DriverMap among all the tests suites.
Bug 4092 was due to the fact that the DriverMap was not filled with all of the tests of the test suite.
This change addresses item #4092
This changes visible behavior
The following changes are proposed:
fillDriverMap
that recursively fill in the DriverMap among all the tests suites.