-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rewrite tests.mk in Rust #4019
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
Comments
Not critical for 0.6; removing milestone |
@catamorphism , does this sound like something that's now the purview of rustpkg? |
Visiting for triage; not all the tests use the official test runner, a bunch of them use compiletest etc... I'm certainly in favor of slaughtering /cc @catamorphism |
rustpkg will not be sufficient to replace tests.mk. between compiletest and the doc tests, it does a lot |
and compiletest and the doc tests do use the rust test runner |
triage bump. nothing to add. |
part of #8058 |
Triage bump. |
I don't have any particular desire to rewrite the build system in rust these days. Bootstrapping all the things doesn't really hold the same allure to me any more. When we rewrite the Rust buildsystem I'll probably be more inclined to do it in Python. |
All the Rust tests use the Rust test runner. The Makefile for the test suite is one big macro for configuring the Rust test runner. It's self contained, and needs to be rewritten for the next build system.
Integrate with @graydon's build system. It may make sense to put useful bits in
std::test
.The text was updated successfully, but these errors were encountered: