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

do not compile test for bins flagged as test = false #10305

Merged
merged 8 commits into from
Jan 20, 2022

Commits on Jan 18, 2022

  1. test: compile all bins when TESTNAME arg exists

    This behavior is not correct should be fixed.
    Update this test only for pointing out the current behavior.
    weihanglo committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    f07dcd1 View commit details
    Browse the repository at this point in the history
  2. do not compile test for bins flagged as test = false

    Binaries without `test = false` are included by default, so no need to
    explicitly compile all binaries.
    weihanglo committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    0a7a7bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee3534 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    9138c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa985c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a73f8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecbaec1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f5b303 View commit details
    Browse the repository at this point in the history