link to brson's blog post

This commit is contained in:
Niko Matsakis 2018-02-17 10:21:27 -05:00 committed by Who? Me?!
parent a8bdd52e56
commit 2e04d6444a
1 changed files with 8 additions and 0 deletions

View File

@ -47,3 +47,11 @@ that give more details.
the expected documentation. the expected documentation.
- `*-fulldeps` -- same as above, but indicates that the test depends on things other - `*-fulldeps` -- same as above, but indicates that the test depends on things other
than `libstd` (and hence those things must be built) than `libstd` (and hence those things must be built)
## Further reading
The following blog posts may also be of interest:
- brson's classic ["How Rust is tested"][howtest]
[howtest]: https://brson.github.io/2017/07/10/how-rust-is-tested