Explicitly mention compiletest directives are supported in rmake.rs (#1949)
This commit is contained in:
parent
55f79b5a87
commit
b77a34bd46
|
|
@ -396,6 +396,9 @@ with the `run_make_support` library linked in.
|
|||
If you need new utilities or functionality, consider extending and improving
|
||||
the [`run_make_support`] library.
|
||||
|
||||
Compiletest directives like `//@ only-<target>` or `//@ ignore-<target>` are supported in
|
||||
`rmake.rs`, like in UI tests.
|
||||
|
||||
Two `run-make` tests are ported over to Rust recipes as examples:
|
||||
|
||||
- <https://github.com/rust-lang/rust/tree/master/tests/run-make/CURRENT_RUSTC_VERSION>
|
||||
|
|
|
|||
Loading…
Reference in New Issue