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

mk: Add configure option for disabling codegen tests #32168

Merged
merged 1 commit into from
Apr 3, 2016

Commits on Apr 3, 2016

  1. mk: Add configure option for disabling codegen tests

    Our `codegen` test suite requires the LLVM `FileCheck` utility but unfortunately
    this isn't always available in all custom LLVM roots (e.g. those specified via
    `--llvm-root`). This commit adds a `./configure` option called
    `--disable-codegen-tests` which will manually disable running these tests. In
    the case that this option is passed we can forgo the need for the `FileCheck`
    executable. Note that we still require `FileCheck` by default as we will attempt
    to run these tests.
    
    Closes rust-lang#28667
    alexcrichton committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    a3fdde7 View commit details
    Browse the repository at this point in the history