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

make choosetests find the test files for devved stdlibs #56558

Merged
merged 3 commits into from
Nov 20, 2024

Conversation

KristofferC
Copy link
Member

I want to move out LinearAlgebra into its own repository but I still want to be able to run its tests in parallel. The easiest would be to be able to use Base.runtests but right now it hard codes the path to the stdlib folder. Instead, use the loading mechanism to look up where the stdlib of the active project actively resides.

cc @Keno since maybe this is useful for Compiler.jl as well (not sure if it runs anything in parallel right now).

@KristofferC KristofferC added the testsystem The unit testing framework and Test stdlib label Nov 14, 2024
@KristofferC
Copy link
Member Author

Guess the test system is not happy if it runs with an active project...

@DilumAluthge
Copy link
Member

I vaguely remember us running into that problem in the past.

@KristofferC KristofferC merged commit bdd4e05 into master Nov 20, 2024
7 checks passed
@KristofferC KristofferC deleted the kc/dir_stdlib branch November 20, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testsystem The unit testing framework and Test stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants