Skip to content

Commit 54e91b0

Browse files
authored
run-make tests: fix and improve (rust-lang#1702)
1 parent d3e8307 commit 54e91b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/compiletest.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,16 +363,16 @@ your test, causing separate files to be generated for 32bit and 64bit systems.
363363
[`tests/mir-opt`]: https://github.com/rust-lang/rust/tree/master/tests/mir-opt
364364

365365

366-
### Run-make tests
366+
### `run-make` tests
367367

368368
The tests in [`tests/run-make`] are general-purpose tests using Makefiles
369369
which provide the ultimate in flexibility.
370370
These should be used as a last resort.
371371
If possible, you should use one of the other test suites.
372372
If there is some minor feature missing which you need for your test,
373373
consider extending compiletest to add a header command for what you need.
374-
However, sometimes just running a bunch of commands is really what you
375-
need, `run-make` is here to the rescue!
374+
However, if running a bunch of commands is really what you need,
375+
`run-make` is here to the rescue!
376376

377377
Each test should be in a separate directory with a `Makefile` indicating the
378378
commands to run.

0 commit comments

Comments
 (0)