]> git.proxmox.com Git - cargo.git/commit
Auto merge of #1557 - alexcrichton:exhaustive, r=brson
authorbors <bors@rust-lang.org>
Wed, 29 Apr 2015 18:35:16 +0000 (18:35 +0000)
committerbors <bors@rust-lang.org>
Wed, 29 Apr 2015 18:35:16 +0000 (18:35 +0000)
commitaeded213978ed57580208669b9b40d9c1c1306bb
tree066fe4431e9866ff48bc53ca595ca7dde94f1f69
parent095847b468d85b2ff3910a84b72128641d4c1758
parent7a1d8d9481bb3477b2b810693240eb72828ad275
Auto merge of #1557 - alexcrichton:exhaustive, r=brson

This commit fills out the functionality of `--lib`, `--test`, `--bin`,
`--bench`, and `--example` for the `cargo {test,build,bench}` commands all at
once. The support for all of this was introduced long ago, and the flags just
weren't exposed at the time.
src/bin/test.rs