Smoke test for git support
authorCarl Lerche + Yehuda Katz <engineering@tilde.io>
Thu, 12 Jun 2014 22:51:16 +0000 (15:51 -0700)
committerTim Carey-Smith <tim@spork.in>
Thu, 12 Jun 2014 22:51:16 +0000 (15:51 -0700)
commit35e21c7600ed473885accae8fdb08b96e107a6c4
treee93743c6d7de7cafea55ddae8c6b357a479c8db0
parent9c101e39a47a404c49b2d12064f9f213253a8360
Smoke test for git support
12 files changed:
Makefile
src/bin/cargo-compile.rs
src/cargo/ops/cargo_compile.rs
src/cargo/sources/git/source.rs
src/cargo/sources/git/utils.rs
src/cargo/util/result.rs
tests/support.rs [deleted file]
tests/support/mod.rs [new file with mode: 0644]
tests/support/paths.rs [new file with mode: 0644]
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs [new file with mode: 0644]
tests/tests.rs