-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rustpkg needs to be testable #5683
Comments
We agreed to have |
#5683 partly solves this, but eventually we still want to have a test runner that doesn't spawn separate processes. In addition, tests for building a C library, custom build logic, multi-crate packages, multiple workspaces, |
I'm going to split this up into separate issues |
Closing in favor of individual issues |
Sub-bug of #5677
Currently rustpkg is not testable. We need a test driver for it that sets up test packages and tries to perform various actions with them. This should include at minimum:
RUST_PATH
pkg.rs
custom build logicThe text was updated successfully, but these errors were encountered: