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

Dependencies: dynamically link XCTest #169

Merged
merged 1 commit into from
Jan 22, 2024

Commits on Jan 22, 2024

  1. Dependencies: dynamically link XCTest

    Use delayed dynamic linking for registering the test observer. This is
    particularly important for Windows which does not support weak linking
    and weak symbols. Even in the case that `Dependencies` is imported due
    to use, we will not pull in the test observer until runtime, as a best
    effort. If the DependenciesTestObserver library is found in the search
    path, it will be loaded and the observer initialised. If we can't find
    the library, we will simply continue without the test observer.
    compnerd committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b8d6f9f View commit details
    Browse the repository at this point in the history