mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Adding cargo.rs file tests as cargo_command.rs.
This commit is contained in:
parent
c2ff988c9f
commit
98f17bcc56
@ -4,6 +4,7 @@ use std::io::prelude::*;
|
|||||||
use std::path::{Path, PathBuf};
|
use std::path::{Path, PathBuf};
|
||||||
use std::str;
|
use std::str;
|
||||||
|
|
||||||
|
use cargo;
|
||||||
use cargotest::cargo_process;
|
use cargotest::cargo_process;
|
||||||
use cargotest::support::paths::{self, CargoPathExt};
|
use cargotest::support::paths::{self, CargoPathExt};
|
||||||
use cargotest::support::{execs, project, Project, basic_bin_manifest};
|
use cargotest::support::{execs, project, Project, basic_bin_manifest};
|
@ -29,7 +29,7 @@ mod build_script_env;
|
|||||||
mod build_script;
|
mod build_script;
|
||||||
mod cargo_alias_config;
|
mod cargo_alias_config;
|
||||||
mod cargo_features;
|
mod cargo_features;
|
||||||
//mod cargo;
|
mod cargo_command;
|
||||||
mod cfg;
|
mod cfg;
|
||||||
mod check;
|
mod check;
|
||||||
mod clean;
|
mod clean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user