diff --git a/src/doc/man/cargo-test.md b/src/doc/man/cargo-test.md index 3b5eb13f4bc..c1f30bf2a52 100644 --- a/src/doc/man/cargo-test.md +++ b/src/doc/man/cargo-test.md @@ -178,4 +178,4 @@ includes an option to control the number of threads used: cargo test --test int_test_name -- modname::test_name ## SEE ALSO -{{man "cargo" 1}}, {{man "cargo-bench" 1}} +{{man "cargo" 1}}, {{man "cargo-bench" 1}}, [types of tests](../reference/cargo-targets.html#tests), [how to write tests](https://doc.rust-lang.org/rustc/tests/index.html) diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 72027e10e6b..783410d3f0a 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -407,5 +407,7 @@ EXAMPLES cargo test --test int_test_name -- modname::test_name SEE ALSO - cargo(1), cargo-bench(1) + cargo(1), cargo-bench(1), types of tests + , + how to write tests diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index d04f146d74b..f2c9e8a9d79 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -529,4 +529,4 @@ cargo test \-\-test int_test_name \-\- modname::test_name .RE .RE .SH "SEE ALSO" -\fBcargo\fR(1), \fBcargo\-bench\fR(1) +\fBcargo\fR(1), \fBcargo\-bench\fR(1), \fItypes of tests\fR , \fIhow to write tests\fR