Adding cargo.rs file tests as cargo_command.rs.

This commit is contained in:
André Rocha 2018-02-08 17:30:58 +01:00 committed by Eh2406
parent c2ff988c9f
commit 98f17bcc56
2 changed files with 2 additions and 1 deletions

View File

@ -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};

View File

@ -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;