File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ library in the manifest.
74
74
75
75
Binary targets are automatically built if there is an integration test or
76
76
benchmark. This allows an integration test to execute the binary to exercise
77
- and test its behavior. The ` CARGO_bin_EXE_ <name>`
77
+ and test its behavior. The ` CARGO_BIN_EXE_ <name>`
78
78
[ environment variable] ( ../reference/environment-variables.html#environment-variables-cargo-sets-for-crates )
79
79
is set when the integration test is built so that it can use the
80
80
[ ` env ` macro] ( https://doc.rust-lang.org/std/macro.env.html ) to locate the
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ OPTIONS
115
115
116
116
Binary targets are automatically built if there is an integration test
117
117
or benchmark. This allows an integration test to execute the binary to
118
- exercise and test its behavior. The CARGO_bin_EXE_ <name> environment
118
+ exercise and test its behavior. The CARGO_BIN_EXE_ <name> environment
119
119
variable
120
120
<https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-sets-for-crates>
121
121
is set when the integration test is built so that it can use the env
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ library in the manifest.
131
131
132
132
Binary targets are automatically built if there is an integration test or
133
133
benchmark. This allows an integration test to execute the binary to exercise
134
- and test its behavior. The ` CARGO_bin_EXE_ <name>`
134
+ and test its behavior. The ` CARGO_BIN_EXE_ <name>`
135
135
[ environment variable] ( ../reference/environment-variables.html#environment-variables-cargo-sets-for-crates )
136
136
is set when the integration test is built so that it can use the
137
137
[ ` env ` macro] ( https://doc.rust-lang.org/std/macro.env.html ) to locate the
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ library in the manifest.
139
139
.sp
140
140
Binary targets are automatically built if there is an integration test or
141
141
benchmark. This allows an integration test to execute the binary to exercise
142
- and test its behavior. The \fB CARGO_bin_EXE_ <name>\fR
142
+ and test its behavior. The \fB CARGO_BIN_EXE_ <name>\fR
143
143
\fI environment variable \fR <https://doc.rust\- lang.org/cargo/reference/environment\- variables.html#environment\- variables\- cargo\- sets\- for\- crates>
144
144
is set when the integration test is built so that it can use the
145
145
\fI\f(BI env \fI macro \fR <https://doc.rust\- lang.org/std/macro.env.html> to locate the
You can’t perform that action at this time.
0 commit comments