-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
build test binary with cargo rustc #2120
Comments
Does passing |
No, or at least I don't think so. |
Ah I meant along the lines of:
(e.g. passing |
I tried that, but it fails at that point to link dev dependencies. Perhaps On Fri, Nov 6, 2015 at 11:35 AM, Alex Crichton [email protected]
|
Ah, right yes of course! Currently there's no way to work around that, but I have also wanted this in the past! |
This should allow compiling the specified target in the various profiles that are available to it, e.g. bench or test in addition to the standard dev. Closes rust-lang#2120
This should allow compiling the specified target in the various profiles that are available to it, e.g. bench or test in addition to the standard dev. Closes #2120
This should allow compiling the specified target in the various profiles that are available to it, e.g. bench or test in addition to the standard dev. Closes rust-lang#2120
It's currently not possible to package a test binary using
cargo rustc
, which can be useful when cross compiling a test binary.The text was updated successfully, but these errors were encountered: