about summary refs log tree commit diff
path: root/src/rustc/test_shim
diff options
context:
space:
mode:
authorAhmed Charles <acharles@outlook.com>2016-09-02 01:55:29 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-07 12:04:32 -0700
commit9ca382f95fff732f6cd2a6cffbd04825ff6c4145 (patch)
tree2c8244041196c6f857035c23086af4e6f0c51df3 /src/rustc/test_shim
parentca76c7e0148f87876dbf8ad1f7dd13fb9f268481 (diff)
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.
Diffstat (limited to 'src/rustc/test_shim')
-rw-r--r--src/rustc/test_shim/Cargo.lock23
1 files changed, 0 insertions, 23 deletions
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",
-]
-