Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: CTest Test Suite Delimiter prevents running all tests (#4092) #4154

Merged
merged 5 commits into from
Nov 6, 2024

Conversation

hippo91
Copy link
Contributor

@hippo91 hippo91 commented Nov 2, 2024

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.

…#4092)

* Introduces type alias (DriverMapT) to factorize type declaration
* Introduces the getProjectDriver method
* Adds comments
* Adds entry in the CHANGELOG
src/ctest.ts Outdated Show resolved Hide resolved
Do not return CMakeDriver | String but do return CMakeDriver and throw error in case of problem
gcampbell-msft
gcampbell-msft previously approved these changes Nov 5, 2024
@gcampbell-msft gcampbell-msft linked an issue Nov 6, 2024 that may be closed by this pull request
@gcampbell-msft gcampbell-msft merged commit 565d905 into microsoft:main Nov 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CTest Test Suite Delimiter prevents running all tests
2 participants