From 9ca382f95fff732f6cd2a6cffbd04825ff6c4145 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Fri, 2 Sep 2016 01:55:29 -0700 Subject: Use workspaces and switch to a single Cargo.lock. This involves hacking the code used to run cargo test on various packages, because it reads Cargo.lock to determine which packages should be tested. This change implements a blacklist, since that will catch new crates when they are added in the future. --- src/rustc/test_shim/Cargo.lock | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/rustc/test_shim/Cargo.lock (limited to 'src/rustc/test_shim') diff --git a/src/rustc/test_shim/Cargo.lock b/src/rustc/test_shim/Cargo.lock deleted file mode 100644 index 73df56d3594..00000000000 --- a/src/rustc/test_shim/Cargo.lock +++ /dev/null @@ -1,23 +0,0 @@ -[root] -name = "test_shim" -version = "0.1.0" -dependencies = [ - "test 0.0.0", -] - -[[package]] -name = "getopts" -version = "0.0.0" - -[[package]] -name = "term" -version = "0.0.0" - -[[package]] -name = "test" -version = "0.0.0" -dependencies = [ - "getopts 0.0.0", - "term 0.0.0", -] - -- cgit 1.4.1-3-g733a5