Fold cargotest into testsuite
authorAlex Crichton <alex@alexcrichton.com>
Thu, 1 Mar 2018 17:45:56 +0000 (09:45 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 1 Mar 2018 17:45:56 +0000 (09:45 -0800)
commitde70bc01dbf1414b7022ea2a1590c13fce3a4ad3
tree4d32cd2d6df2c22ebe973882ba7ca0303983d14a
parentf55b326e1f813c682dab710a03ebc3b91e7483fa
Fold cargotest into testsuite

Now that there's only one crate with integration tests there's no need to have
this be a separate crate, yay!
13 files changed:
Cargo.toml
tests/testsuite/build_lib.rs
tests/testsuite/cargotest/Cargo.toml [deleted file]
tests/testsuite/cargotest/install.rs
tests/testsuite/cargotest/lib.rs [deleted file]
tests/testsuite/cargotest/mod.rs [new file with mode: 0644]
tests/testsuite/cargotest/support/cross_compile.rs
tests/testsuite/cargotest/support/git.rs
tests/testsuite/cargotest/support/mod.rs
tests/testsuite/cargotest/support/publish.rs
tests/testsuite/cargotest/support/registry.rs
tests/testsuite/lib.rs
tests/testsuite/rename_deps.rs