mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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::str;
|
||||
|
||||
use cargo;
|
||||
use cargotest::cargo_process;
|
||||
use cargotest::support::paths::{self, CargoPathExt};
|
||||
use cargotest::support::{execs, project, Project, basic_bin_manifest};
|
@ -29,7 +29,7 @@ mod build_script_env;
|
||||
mod build_script;
|
||||
mod cargo_alias_config;
|
||||
mod cargo_features;
|
||||
//mod cargo;
|
||||
mod cargo_command;
|
||||
mod cfg;
|
||||
mod check;
|
||||
mod clean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user