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

add flag to disable building with testablity when running tests #4119

Merged
merged 3 commits into from
Feb 11, 2022

Commits on Feb 10, 2022

  1. add flag to allow disabling building with testablity when building tests

    motivation: allow building tests without testability (testable imports), this can increase build / test cycles when tests do not require the testable imports feature since more is cachable
    
    changes:
    * add a --disable-testable-imports flag to "swift test" with which tests are build without the testablity feature
    * add tests
    
    rdar://82448144
    tomerd committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    e39fd3d View commit details
    Browse the repository at this point in the history
  2. wip

    tomerd committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    456a370 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. fixup

    tomerd committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ad7bf44 View commit details
    Browse the repository at this point in the history