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

Commits on Nov 3, 2024

  1. fix: CTest Test Suite Delimiter prevents running all tests (microsoft…

    …#4092)
    
    * Introduces type alias (DriverMapT) to factorize type declaration
    * Introduces the getProjectDriver method
    * Adds comments
    * Adds entry in the CHANGELOG
    hippo91 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7c2b060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059e736 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Takes into account code review remarks.

    Do not return CMakeDriver | String but do return CMakeDriver and throw error in case of problem
    hippo91 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dfcad30 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Fix lint issue

    hippo91 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8b4dd4f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    8fe282a View commit details
    Browse the repository at this point in the history