link to brson's blog post
This commit is contained in:
parent
a8bdd52e56
commit
2e04d6444a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue