]> git.proxmox.com Git - cargo.git/commit
Add more tests:
authorSondre Lefsaker <sondrele@stud.ntnu.no>
Sat, 2 May 2015 23:11:46 +0000 (01:11 +0200)
committerSondre Lefsaker <sondrele@stud.ntnu.no>
Sat, 2 May 2015 23:16:20 +0000 (01:16 +0200)
commitc867813646ca13e98747b3624e8c53e74f60b091
tree135483938611400bc44d678d1d9d67529fc34602
parentbd4d15fe1e375e8033c0c6c74dd491ce9569d370
Add more tests:
- `build_with_args_to_one_of_multiple_binaries`, verify that only one bin gets built
- `fails_with_args_to_all_binaries`
- `build_with_args_to_one_of_multiple_tests`, same behavious as for the binaries
- `build_foo_with_bar_dependency`, verify that bar dependency gets built and only foo gets compiled with args
- `build_only_bar_dependency`, build the bar package, that foo depends, on with the extra args
tests/test_cargo_rustc.rs