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

Rework CMake test discovery #1673

Merged
merged 8 commits into from
Nov 15, 2022
Merged

Rework CMake test discovery #1673

merged 8 commits into from
Nov 15, 2022

Commits on Nov 14, 2022

  1. Remove test output "normalization"

    This is broken for multi-configuration generators.  Debug and release
    builds, for example, need to output to different paths and run tests
    against those paths.  The current implementation would overwrite one
    config's build with another and test that one, regardless of the config
    the user is trying to test.
    thetic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    4b53437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d8a0f View commit details
    Browse the repository at this point in the history
  3. Organize toolchains

    thetic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    07d2776 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abff03f View commit details
    Browse the repository at this point in the history
  5. Silence discovery output

    thetic committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8de69b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Rewrite discovery script

    thetic committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ed954d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed5e67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73fa9fb View commit details
    Browse the repository at this point in the history