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

CMake: add_test(): allow concurrent runs of tests with shared targets #14713

Merged
merged 6 commits into from
Jan 26, 2023

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    b7f59e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6dcced View commit details
    Browse the repository at this point in the history
  3. CMake: add_test(): allow concurrent runs of tests with shared targets

    In order to make this possible we define an *additional* test (and test
    target) that depends on the executable target and ensures that the
    target is in place before it is called concurrently.
    tamiko committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    690e2e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a661aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d7949d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2115d8 View commit details
    Browse the repository at this point in the history