Skip to content

Commit 8db6be6

Browse files
move changes to man files
1 parent 4464aa4 commit 8db6be6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/doc/man/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ includes an option to control the number of threads used:
178178
cargo test --test int_test_name -- modname::test_name
179179

180180
## SEE ALSO
181-
{{man "cargo" 1}}, {{man "cargo-bench" 1}}
181+
{{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)

src/doc/man/generated_txt/cargo-test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,5 +407,7 @@ EXAMPLES
407407
cargo test --test int_test_name -- modname::test_name
408408

409409
SEE ALSO
410-
cargo(1), cargo-bench(1)
410+
cargo(1), cargo-bench(1), types of tests
411+
<https://doc.rust-lang.org/cargo/reference/cargo-targets.html#tests>,
412+
how to write tests <https://doc.rust-lang.org/rustc/tests/index.html>
411413

src/etc/man/cargo-test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,4 @@ cargo test \-\-test int_test_name \-\- modname::test_name
529529
.RE
530530
.RE
531531
.SH "SEE ALSO"
532-
\fBcargo\fR(1), \fBcargo\-bench\fR(1)
532+
\fBcargo\fR(1), \fBcargo\-bench\fR(1), \fItypes of tests\fR <https://doc.rust\-lang.org/cargo/reference/cargo\-targets.html#tests>, \fIhow to write tests\fR <https://doc.rust\-lang.org/rustc/tests/index.html>

0 commit comments

Comments
 (0)