Alex Crichton 3550dd5040 Fix testing bins with lib deps
If a package had both bin and lib deps, `cargo test` was not building the `lib`
dependency when building the bins with `--test`. This commit adds an extra
"test" profile (not compiled with --test) for situations such as this which is
filtered out normally but kept around for the `cargo test` case.
2014-07-09 13:08:44 -07:00
..
2014-03-04 15:22:44 -08:00
2014-07-08 21:54:15 +09:00
2014-06-26 20:25:30 -07:00
2014-07-08 21:54:15 +09:00
2014-06-26 20:25:30 -07:00
2014-07-08 21:54:15 +09:00