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

allow stdlibs to run their tests in parallel #25778

Merged
merged 2 commits into from
Jan 29, 2018

Commits on Jan 28, 2018

  1. allow stdlibs to run their tests in parallel

    this is done by creating a file `tests` in the `test` folder
    that lists the different files with tests (excluding ".jl").
    If this file does not exist, we fall back to using the runtests.jl file
    KristofferC committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    e2919d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    d722f2d View commit details
    Browse the repository at this point in the history