]> git.proxmox.com Git - cargo.git/commit - src/cargo/ops/cargo_rustc/custom_build.rs
Really fix `cargo test` and fix an OUT_DIR bug
authorAlex Crichton <alex@alexcrichton.com>
Sat, 1 Nov 2014 18:51:58 +0000 (11:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 19:37:34 +0000 (11:37 -0800)
commita5c868a9dc2eaeba66981e9bc7a99f1693d4a80e
tree53526f092a01780e28767d7645e0aa702baf503c
parentbf30c8cfa002eae9784a544cc2686acabcb48750
Really fix `cargo test` and fix an OUT_DIR bug

Assorted bug fixes discovered while migrating packages to using this build
command infrastructure.
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_rustc/custom_build.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_compile_custom_build.rs