diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-01-31 19:16:45 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-02-06 08:44:27 -0800 |
| commit | c8e0d04878f38e8a91e7a6196fb18878da208887 (patch) | |
| tree | 933bbae1638331b46e873288abbdabeea23a8940 /src/tools/compiletest/Cargo.toml | |
| parent | 9ad13c8d0204fb7cd9a3988a5a73f60efce39481 (diff) | |
| download | rust-c8e0d04878f38e8a91e7a6196fb18878da208887.tar.gz rust-c8e0d04878f38e8a91e7a6196fb18878da208887.zip | |
compiletest: Add caching of test results
Don't re-run tests in compiletest if all the inputs haven't changed, manage stamp files in the output directory.
Diffstat (limited to 'src/tools/compiletest/Cargo.toml')
| -rw-r--r-- | src/tools/compiletest/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml index 3049875e86e..1fc98a78a7c 100644 --- a/src/tools/compiletest/Cargo.toml +++ b/src/tools/compiletest/Cargo.toml @@ -7,3 +7,4 @@ version = "0.0.0" log = "0.3" env_logger = { version = "0.3.5", default-features = false } rustc-serialize = "0.3" +filetime = "0.1" |
